From d7d36c9781f36075afca913aabf853c55cec7177 Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 17 Aug 2012 13:15:05 +0530 Subject: [PATCH] css on edit page --- openmumbai/places/static/js/edit.js | 2 +- openmumbai/templates/edit.html | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/openmumbai/places/static/js/edit.js b/openmumbai/places/static/js/edit.js index bfbbfdc..81ec8b9 100644 --- a/openmumbai/places/static/js/edit.js +++ b/openmumbai/places/static/js/edit.js @@ -160,7 +160,7 @@ var baseLayers = { }; var layersControl = L.control.layers(baseLayers, wmsLayers, { - 'position': 'topleft', + 'position': 'bottomleft', 'collapsed': false }).addTo(map); diff --git a/openmumbai/templates/edit.html b/openmumbai/templates/edit.html index cac8deb..0e70347 100644 --- a/openmumbai/templates/edit.html +++ b/openmumbai/templates/edit.html @@ -26,11 +26,24 @@ html, body { right: 45px; bottom: 10px; overflow: auto; - background: rgba(204,204,204,0.6); + background: rgba(255,255,255,0.7); } .selectedItem { - background-color: green; + background-color: #7EF6EF; +} + +#itemsList li { + cursor:pointer; + list-style-type: none; + margin-bottom: 40px; + font-family: sans-serif; + font-size: 17px; + color: #333; +} + +#itemsList li:hover { + color: #000; } #opacityControl {