dialogs migration from moodialog to bootstrap
This commit is contained in:
@@ -5,3 +5,4 @@
|
||||
<%
|
||||
request.setAttribute("principal", com.wisemapping.security.Utils.getUser());
|
||||
%>
|
||||
<%@include file="/jsp/style.jsp" %>
|
||||
|
@@ -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..
|
||||
|
11
wise-webapp/src/main/webapp/jsp/style.jsp
Normal file
11
wise-webapp/src/main/webapp/jsp/style.jsp
Normal 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>
|
Reference in New Issue
Block a user