diff options
Diffstat (limited to 'chimere_example_static/chimere/css/extra-styles.css')
-rw-r--r-- | chimere_example_static/chimere/css/extra-styles.css | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/chimere_example_static/chimere/css/extra-styles.css b/chimere_example_static/chimere/css/extra-styles.css new file mode 100644 index 0000000..9196d03 --- /dev/null +++ b/chimere_example_static/chimere/css/extra-styles.css @@ -0,0 +1,99 @@ +.nav-pills{ + margin-top:5px; +} + +.nav-pills > li.active > a, .nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + background-color: #327E04; +} + +a:hover, a:focus { + color: #327E04; +} + +.container{ + max-width:none; +} + +#utils-div{ + border-color: #DDD; +} + +#search-box { + position: relative; + z-index: 200; + left: auto; + top: auto; + border: 0px solid transparent; + display:none; +} + +#panel, #detail{ + background-color: #F8F8F8; +} + +#panel{ + max-height:none; + right:0; + bottom:0; + border:0 transparent; + border-left:1px solid #E7E7E7; + padding:16px; + width:400px; +} + +#detail { + right:auto; + left:0; + bottom:0; + border:0 transparent; + border-right:1px solid #E7E7E7; + border-top:1px solid #E7E7E7; +} + +#categories input{ + display:None; +} + +.subcategory label{ + padding: 0.2em 0.5em; + border-radius:5px; +} + +.subcategory.selected label{ + background-color:rgb(175, 231, 175); +} + +#panel #categories, +#categories > ul { + width:auto; +} + +#categories{ + display:none; +} + +#main-map { + height: auto; + bottom: 0px; +} + +#footer .map-footer { + bottom: 0; + right: 400px; + margin:0; + background-color:#fff; + opacity:0.8; +} + +#layer_selection { + display:none; +} + +.olControlPanPanel { + top: 30px; +} + +.olControlZoomPanel { + top: 95px; +} |