diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-02-25 13:27:41 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-02-25 13:27:41 +0100 |
| commit | 11299f734e98caf6cf6e7858a2fdff6fb6c49b03 (patch) | |
| tree | b243c92c0301c4d16bec6d320cad87581ed495e1 /chimere_example_static/chimere/css | |
| parent | 52c252809424f36c79ba182046681f750f6b1ded (diff) | |
| download | Chimère-11299f734e98caf6cf6e7858a2fdff6fb6c49b03.tar.bz2 Chimère-11299f734e98caf6cf6e7858a2fdff6fb6c49b03.zip | |
gallery: jquery-ui -> bootstrap
Diffstat (limited to 'chimere_example_static/chimere/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; |
