diff options
-rw-r--r-- | chimere_example_static/chimere/css/extra-styles.css | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/chimere_example_static/chimere/css/extra-styles.css b/chimere_example_static/chimere/css/extra-styles.css index c73705b..7b2f2d0 100644 --- a/chimere_example_static/chimere/css/extra-styles.css +++ b/chimere_example_static/chimere/css/extra-styles.css @@ -171,7 +171,6 @@ label.labelSpan.olButton{ #detail-wrapper{ position:absolute; - z-index:5; left:auto; right:0; bottom:0; @@ -183,6 +182,27 @@ label.labelSpan.olButton{ border-right:1px solid #E7E7E7; border-top:1px solid #E7E7E7; overflow:scroll; + z-index:15; +} + +@media (max-width: 1552px) { + #detail-wrapper{ + left:0; + right:auto; + top:250px; + padding-top:0; + } + #detail h2{ + font-size:20px; + padding:0; + } +} + +@media (max-height: 400px) { + #detail-wrapper{ + top:0; + padding-top: 50px; + } } .detail_content { |