diff options
Diffstat (limited to 'chimere_example_static/chimere/css/extra-styles.css')
-rw-r--r-- | chimere_example_static/chimere/css/extra-styles.css | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/chimere_example_static/chimere/css/extra-styles.css b/chimere_example_static/chimere/css/extra-styles.css index 744f73d..7d71af7 100644 --- a/chimere_example_static/chimere/css/extra-styles.css +++ b/chimere_example_static/chimere/css/extra-styles.css @@ -162,9 +162,9 @@ label.labelSpan.olButton{ #detail-wrapper{ position:absolute; z-index:5; - right:auto; - left:0; - bottom:190px; + left:auto; + right:0; + bottom:0; top:0; width:400px; padding-top:50px; @@ -172,6 +172,11 @@ label.labelSpan.olButton{ border:0 transparent; border-right:1px solid #E7E7E7; border-top:1px solid #E7E7E7; + overflow:scroll; +} + +.detail_content { + height: auto; } #detail div{ @@ -202,9 +207,19 @@ ul.share { display:None; } +.category_name{ + font-weight:bold; +} + + +li.main_category > span.category_name:hover{ + cursor:auto; +} + .subcategory label{ - padding: 0.2em 0.5em; + padding: 0 0.5em; border-radius:5px; + font-weight:normal; } .subcategory.selected label{ @@ -219,6 +234,11 @@ ul.share { display:none; } +.cat_image{ + display:inline-block; + width:30px; +} + #main-map { height: auto; bottom: 0px; |