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

View File

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