You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
596 B
51 lines
596 B
html, |
|
body, |
|
.container, |
|
#map { |
|
height: 100%; |
|
width: 100%; |
|
margin: 0; |
|
padding: 0; |
|
margin: 0; |
|
font-family: "Open Sans"; |
|
} |
|
|
|
#map { |
|
padding: 0; |
|
} |
|
|
|
#layerListPane { |
|
width: 25%; |
|
} |
|
|
|
.esriLayer { |
|
background-color: #fff; |
|
} |
|
|
|
.esriLayerList .esriList { |
|
border-top: none; |
|
} |
|
|
|
.esriLayerList .esriTitle { |
|
background-color: #fff; |
|
border-bottom: none; |
|
} |
|
|
|
.esriLayerList .esriList ul { |
|
background-color: #fff; |
|
} |
|
|
|
#search { |
|
display: block; |
|
position: absolute; |
|
z-index: 3; |
|
top: 20px; |
|
left: 75px; |
|
} |
|
|
|
#HomeButton { |
|
position: absolute; |
|
top: 100px; |
|
left: 15px; |
|
z-index: 50; |
|
} |