diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-28 00:28:01 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-28 00:28:01 +0200 |
| commit | a0b443fe03bda221aaa49ea68fc880320e8319f9 (patch) | |
| tree | da733ab0003aae39dd1c61f8c125692558748e4a /chimere/static | |
| parent | 70c5186eb3db0f412c161e172f4438716d43f946 (diff) | |
| download | Chimère-a0b443fe03bda221aaa49ea68fc880320e8319f9.tar.bz2 Chimère-a0b443fe03bda221aaa49ea68fc880320e8319f9.zip | |
Template et CSS improvments (refs #388, refs #390, refs #394)
Diffstat (limited to 'chimere/static')
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index ff2e088..5ec2b8a 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -300,15 +300,21 @@ ul#action-2 { margin:4px 8px; } +#news_content{ + overflow:auto; +} + #detail_content{ overflow:auto; height:80%; } +#news_content img, #detail_content img{ max-width:280px; } +#news_content p, #detail_content p{ padding:0.2em 0; margin:0; @@ -723,8 +729,11 @@ table.inline-table td input[type=file]{ .small-gallery{ width:320px; - min-height:30px; + min-height:35px; text-align:center; + margin-left:auto; + margin-right:auto; + margin-top:15px; } .small-gallery .media-player, @@ -736,8 +745,25 @@ table.inline-table td input[type=file]{ /*height:180px;*/ } +.ui-tabs-panel{ + overflow:auto; +} + +.media-img{ + max-height:400px; +} + +.media-video, +.media-img, +.media-player{ + display:block; + margin-left:auto; + margin-right:auto; +} + /** jme **/ + /*overlay controls*/ .media-controls-wrapper { position: absolute; |
