reconstruct map local

This commit is contained in:
OttoMao
2015-07-07 17:31:56 +08:00
parent b595e3aa9c
commit 8a146f7373
36 changed files with 56684 additions and 530 deletions

BIN
web/css/jstree_style/32px.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
web/css/jstree_style/40px.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

1031
web/css/jstree_style/style.css Executable file

File diff suppressed because it is too large Load Diff

1
web/css/jstree_style/style.min.css vendored Executable file

File diff suppressed because one or more lines are too long

BIN
web/css/jstree_style/throbber.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -287,15 +287,7 @@ body, html {
z-index:999
}
.filterSection{
background: #FFF;
padding: 15px 10px;
position: absolute;
left: 0;
top: 0;
border: 1px solid #333;
border-radius: 3px;
}
.filterSection .filterIcon{
font-size: 16px;
@@ -310,6 +302,31 @@ body, html {
width: 250px;
}
.filterSection i{
cursor: pointer;
}
/*map panel*/
.jstree-icon.folder{
background: url(http://img.alicdn.com/bao/uploaded/TB1TqJjIpXXXXcYXFXXSutbFXXX.jpg_q90.jpg) no-repeat !important;
background-size: 100% 100%;
}
.mapWrapper form{
margin-top: 20px;
}
.mapWrapper ul{
list-style: none;
padding-left: 10px;
}
.mapWrapper li{
margin: 10px 0;
}
.mapWrapper .removeBtn{
display: inline-block;
margin-left: 5px;
}
/*map panel end*/