mirror of
https://github.com/mapgears/ol3-google-maps.git
synced 2026-01-18 15:06:59 +00:00
19 lines
283 B
CSS
19 lines
283 B
CSS
#layerTree {
|
|
border: solid black 2px;
|
|
margin: 5px;
|
|
width: 512px;
|
|
}
|
|
#layerTree div {
|
|
position: relative;
|
|
border: solid black 1px;
|
|
padding: 8px;
|
|
}
|
|
#layerTree button.up {
|
|
position: absolute;
|
|
right: 50px;
|
|
}
|
|
#layerTree button.down {
|
|
position: absolute;
|
|
right: 10px;
|
|
}
|