diff options
Diffstat (limited to 'saclay_static/saclay/css/styles.css')
-rw-r--r-- | saclay_static/saclay/css/styles.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/saclay_static/saclay/css/styles.css b/saclay_static/saclay/css/styles.css index af9c549..b8020ee 100644 --- a/saclay_static/saclay/css/styles.css +++ b/saclay_static/saclay/css/styles.css @@ -1753,7 +1753,7 @@ div.cloud h4{ .close_img{ display:block; overflow:hidden; - width:351px; + width: 100%; height:22px; background-image:url(../images/popup/close.png); background-position:center; @@ -2135,3 +2135,16 @@ select#id_categories{ color:#d38fac; } +#detail_footer{ + border-radius-bottom: 6px; +} + +.popover h4{ + padding: 0.5em 1em; +} + +.popover, +.popover-content{ + padding: 0; +} + |