UI is not displayed correctly

This commit is contained in:
matsutani 2016-07-01 20:58:20 +09:00
parent 3249527dfc
commit 88085a6468
3 changed files with 12 additions and 1 deletions

View file

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

View file

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

View file

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