From f794f6b8ba6eb073831746f4bc09f62d4a56c7ce Mon Sep 17 00:00:00 2001 From: Petr Sloup Date: Fri, 15 Apr 2016 15:42:54 +0200 Subject: [PATCH] Minor xray viewer fix --- public/templates/xray.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/xray.tmpl b/public/templates/xray.tmpl index e44738a..b6be4f4 100644 --- a/public/templates/xray.tmpl +++ b/public/templates/xray.tmpl @@ -9,7 +9,7 @@ body {background:#000;color:#ccc;} #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;} - #layerList {position:absolute;top:35px;right:0;bottom:50%;width:240px;overflow:auto;} + #layerList {position:absolute;top:35px;right:0;bottom:60%;width:240px;overflow:auto;} #layerList div div {width:15px;height:15px;display:inline-block;} #propertyList {position:absolute;top:40%;bottom:0;right:0;width:240px;overflow:auto;color:#fff;}