summaryrefslogtreecommitdiff
path: root/chimere_example_static/chimere/css/extra-styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'chimere_example_static/chimere/css/extra-styles.css')
-rw-r--r--chimere_example_static/chimere/css/extra-styles.css21
1 files changed, 18 insertions, 3 deletions
diff --git a/chimere_example_static/chimere/css/extra-styles.css b/chimere_example_static/chimere/css/extra-styles.css
index ab994dc..f95f6e9 100644
--- a/chimere_example_static/chimere/css/extra-styles.css
+++ b/chimere_example_static/chimere/css/extra-styles.css
@@ -135,8 +135,8 @@ label.labelSpan.olButton{
#detail-wrapper{
position:absolute;
z-index:5;
- right:auto;
- left:0;
+ left:auto;
+ right:0;
bottom:0;
top:0;
width:400px;
@@ -150,9 +150,19 @@ label.labelSpan.olButton{
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{
@@ -168,6 +178,11 @@ label.labelSpan.olButton{
display:none;
}
+.cat_image{
+ display:inline-block;
+ width:30px;
+}
+
#main-map {
height: auto;
bottom: 0px;