diff options
Diffstat (limited to 'chimere_example_static/chimere/css/extra-styles.css')
-rw-r--r-- | chimere_example_static/chimere/css/extra-styles.css | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/chimere_example_static/chimere/css/extra-styles.css b/chimere_example_static/chimere/css/extra-styles.css index 8babe28..5c29708 100644 --- a/chimere_example_static/chimere/css/extra-styles.css +++ b/chimere_example_static/chimere/css/extra-styles.css @@ -85,7 +85,7 @@ a:hover, a:focus { padding: 0.2em 0.4em; } -#panel, #detail{ +#panel, #detail-wrapper{ background-color: #F8F8F8; } @@ -105,11 +105,27 @@ a:hover, a:focus { } #detail { + position:static; + border:0 transparent; +} + +#detail div { + margin:auto; +} + +#detail-wrapper div { + margin: 4px 8px; +} + +#detail-wrapper{ + position:absolute; + z-index:5; right:auto; left:0; bottom:0; top:0; - padding-top:100px; + width:400px; + padding-top:50px; border:0 transparent; border-right:1px solid #E7E7E7; border-top:1px solid #E7E7E7; |