diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-07-27 15:34:37 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-07-27 15:34:37 +0200 |
commit | 51e460c23de68e2142a19046b2be226da684fa37 (patch) | |
tree | 085d4ed739b6c19cc1efc57d356abb9e424e972e /static | |
parent | ccd6a897beb168c22308e7f68f3bb463bd01478a (diff) | |
download | Chimère - projet Saclay-51e460c23de68e2142a19046b2be226da684fa37.tar.bz2 Chimère - projet Saclay-51e460c23de68e2142a19046b2be226da684fa37.zip |
Fix bad opening of popup with images inside
Diffstat (limited to 'static')
-rw-r--r-- | static/saclay/css/styles.css | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css index 48daddf..7316646 100644 --- a/static/saclay/css/styles.css +++ b/static/saclay/css/styles.css @@ -23,7 +23,7 @@ h2, .cloud h4, #layer_selection, #layer_selection h4, #permalink a, } /* activated */ -.small-galery p.legend, #detail_footer, #detail_footer a, #chimere_itinerary h4, +#detail_footer, #detail_footer a, #chimere_itinerary h4, h3.warn, .itinerary_label.itinerary_start, .itinerary_label.itinerary_end, .action li.ui-state-active{ color:#fff; @@ -93,7 +93,6 @@ ul#multimedia_list_content li, #welcome .footer, background-color:#d6d6c4; } -.small-galery p.legend, #detail_footer{ background-color:#9f9f89; } @@ -144,11 +143,6 @@ div.warning, .errorlist{ background-color:#fff; } -/* black */ -.small-galery{ - background-color:#000; -} - h2, h3{ background:none; } @@ -1715,9 +1709,10 @@ a.close_img{ .small-gallery{ width:auto; margin-top:0; + height:220px; } -.small-galery p.legend{ +.small-gallery p.legend{ line-height:22px; } |