diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-20 17:37:30 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-20 17:37:30 +0200 |
commit | 149f8220049806167feb43b454196976fed66519 (patch) | |
tree | 4efed6b1badcb87e073a29ca8007dff210c63db0 | |
parent | 322d91af48141bafe96bca142b1af5c313ae285a (diff) | |
download | Chimère-149f8220049806167feb43b454196976fed66519.tar.bz2 Chimère-149f8220049806167feb43b454196976fed66519.zip |
Minor CSS fix
-rw-r--r-- | chimere/static/chimere/css/styles.css | 5 | ||||
-rw-r--r-- | chimere_example_project/chimere_example_static/chimere/css/extra-styles.css | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index 3c2b2e7..e873b8a 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -333,6 +333,9 @@ ul#action-2 { .detail_content{ overflow:auto; height:80%; + bottom: 0; + position: absolute; + width: 380px; } #news_content img, @@ -1249,7 +1252,6 @@ div.pp_default .pp_expand{ left: auto; } - .LayerSwitcher { width:20em; margin:0.5em; @@ -1257,6 +1259,7 @@ div.pp_default .pp_expand{ z-index:100; position: absolute; background-color: rgba(255,255,255,0.7); + right: 60px; } .LayerSwitcher .LayerClickDiv, .LayerSwitcher .LayerClickDiv * { diff --git a/chimere_example_project/chimere_example_static/chimere/css/extra-styles.css b/chimere_example_project/chimere_example_static/chimere/css/extra-styles.css index 22915a3..d326aeb 100644 --- a/chimere_example_project/chimere_example_static/chimere/css/extra-styles.css +++ b/chimere_example_project/chimere_example_static/chimere/css/extra-styles.css @@ -165,18 +165,18 @@ label.labelSpan.olButton{ } #detail-wrapper div { - margin: 4px 8px; } #detail-wrapper{ + padding: 4px 8px; + padding-top:50px; position:absolute; - z-index:5; + z-index:101; left:auto; right:0; bottom:0; top:0; width:400px; - padding-top:50px; border:0 transparent; border-right:1px solid #E7E7E7; border-top:1px solid #E7E7E7; |