Allow layer list in inspect mode use more space (close #106)

This commit is contained in:
Petr Sloup 2017-01-16 16:27:18 +01:00 committed by GitHub
parent 88022f9297
commit b66ae40a1e

View file

@ -13,7 +13,7 @@
body {background:#fff;color:#333;} body {background:#fff;color:#333;}
#map {position:absolute;top:0;left:0;right:250px;bottom:0;} #map {position:absolute;top:0;left:0;right:250px;bottom:0;}
h1 {position:absolute;top:5px;right:0;width:240px;margin:0;line-height:20px;font-size:20px;} h1 {position:absolute;top:5px;right:0;width:240px;margin:0;line-height:20px;font-size:20px;}
#layerList {position:absolute;top:35px;right:0;bottom:60%;width:240px;overflow:auto;} #layerList {position:absolute;top:35px;right:0;bottom:0;width:240px;overflow:auto;}
#layerList div div {width:15px;height:15px;display:inline-block;} #layerList div div {width:15px;height:15px;display:inline-block;}
</style> </style>
{{/is_vector}} {{/is_vector}}