19 lines
211 B
CSS
19 lines
211 B
CSS
|
.treeview { overflow-y:auto; }
|
||
|
|
||
|
.treeview .list-group-item {
|
||
|
padding:5px !important;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
padding-top:70px;
|
||
|
}
|
||
|
|
||
|
#map {
|
||
|
height:444px;
|
||
|
width:99%;
|
||
|
}
|
||
|
|
||
|
.row-grid {
|
||
|
padding-bottom:15px;
|
||
|
margin-bottom:15px;
|
||
|
}
|