optimize web ui

This commit is contained in:
OttoMao
2015-07-08 11:55:13 +08:00
parent d5046188bc
commit f4c96180b5
11 changed files with 105 additions and 52 deletions

View File

@@ -287,21 +287,22 @@ body, html {
z-index:999
}
/*filter*/
.filterSection .filterIcon{
font-size: 16px;
.filterSection{
margin: 50px auto 0;
}
.filterSection form{
display: inline-block;
margin-right: 5px;
text-align: center;
}
.filterSection input{
width: 250px;
}
/*filter end*/
/*map panel*/
@@ -328,5 +329,27 @@ body, html {
margin-left: 5px;
}
.mapWrapper .mapConfigInputs{
width: 400px;
}
.mapWrapper .mapConfigInputs.pathInput{
border-radius: 4px 4px 0 0 ;
}
.mapWrapper .treeWrapper{
width: 398px;
height: 350px;
overflow: scroll;
border: 1px solid #ddd;
border-top: none;
}
.mapWrapper .mapAddNewForm{
margin-left: 10px;
}
/*map panel end*/