dialogs migration from moodialog to bootstrap

This commit is contained in:
Ezequiel Bergamaschi
2014-09-08 14:55:34 -03:00
parent 0c9d11c731
commit 943a1ddbd7
4 changed files with 28 additions and 42 deletions

View File

@@ -5,3 +5,4 @@
<%
request.setAttribute("principal", com.wisemapping.security.Utils.getUser());
%>
<%@include file="/jsp/style.jsp" %>

View File

@@ -78,6 +78,12 @@
</div>
<style>
h2 {
font-size: 160%;
color: #8e9181;
}
</style>
<script type="text/javascript">
// No way to obtain map svg. Hide panels..

View File

@@ -0,0 +1,11 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<style>
h2 {
font-size: 160%;
color: #8e9181;
}
</style>
</head>
</html>