From 11299f734e98caf6cf6e7858a2fdff6fb6c49b03 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 25 Feb 2015 13:27:41 +0100 Subject: gallery: jquery-ui -> bootstrap --- chimere_example_static/chimere/css/extra-styles.css | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'chimere_example_static/chimere/css/extra-styles.css') 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; -- cgit v1.2.3