refinement for css of UI.

This commit is contained in:
kunw 2016-05-18 16:18:44 +08:00
parent 4c0a6d8d1c
commit fa55ca01e7
2 changed files with 6 additions and 5 deletions

View File

@ -7,8 +7,8 @@
height: 100%; height: 100%;
min-height: 1px; min-height: 1px;
max-height: 680px; max-height: 680px;
overflow-x: hidden; min-width: 1024px;
overflow-y: auto; overflow: hidden;
} }
.section { .section {
@ -16,10 +16,10 @@
padding: 15px; padding: 15px;
margin-top: 20px; margin-top: 20px;
background-color: #FFFFFF; background-color: #FFFFFF;
height: 650px; height: 660px;
width: 100%; width: 100%;
min-height: 1px; min-height: 1px;
max-height: 680px; max-height: 660px;
} }
.search-pane { .search-pane {

View File

@ -27,7 +27,8 @@
} }
.switch-pane-tabs { .switch-pane-tabs {
width: 25%; width: 265px;
min-width: 265px;
float: right; float: right;
list-style-type: none; list-style-type: none;
} }