浏览代码

UI is not displayed correctly

matsutani 9 年之前
父节点
当前提交
ebcfdc1b7f

+ 1 - 1
src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

@@ -1,6 +1,6 @@
 <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>
 <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>
 <!-- Left side column. contains the logo and sidebar -->
 <!-- Left side column. contains the logo and sidebar -->
-<aside class="main-sidebar">
+<aside class="control-sidebar main-sidebar">
 
 
 	<!-- sidebar -->
 	<!-- sidebar -->
 	<section class="sidebar">
 	<section class="sidebar">

+ 4 - 0
src/main/webapp/css/admin/style.css

@@ -72,6 +72,10 @@ ul.has-error {
 	box-shadow: none;
 	box-shadow: none;
 }
 }
 
 
+input[type="file"].form-control {
+	height: 0% !important;
+}
+
 #result ol {
 #result ol {
 	list-style: none !important;
 	list-style: none !important;
 	padding-left: 0;
 	padding-left: 0;

+ 7 - 0
src/main/webapp/css/style.css

@@ -354,3 +354,10 @@ body.search #searchOptions.active, body.help #searchOptions.active,  body.error
 		overflow-y: scroll;
 		overflow-y: scroll;
 	}
 	}
 }
 }
+
+/***workaround for IE browser***/
+@media screen and (min-width:0\0) {
+	input#query.form-searchHeader {
+		padding: 8.7px 10px;
+	}
+}