diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-04-22 23:22:25 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-04-22 23:22:25 +0200 |
| commit | 17217e7e8e39228142fbaa7e7fc3df364fa83bae (patch) | |
| tree | 66d539fe74a0c6e2b796cb5f25710b56adcc6160 /chimere/static | |
| parent | 7a7de57f4536586c67431bfb4705248532ca5487 (diff) | |
| download | Chimère-17217e7e8e39228142fbaa7e7fc3df364fa83bae.tar.bz2 Chimère-17217e7e8e39228142fbaa7e7fc3df364fa83bae.zip | |
Fix JME load inside description - style improvment
Diffstat (limited to 'chimere/static')
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index c59702d..ee47557 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -302,7 +302,7 @@ ul#action-2 { top:274px; bottom:38px; right:18px; - width:300px; + width:400px; } #detail div{ @@ -596,7 +596,7 @@ table.inline-table td input[type=file]{ } .small-gallery{ - width:260px; + width:320px; min-height:30px; text-align:center; } @@ -605,8 +605,9 @@ table.inline-table td input[type=file]{ .small-gallery video, .small-gallery iframe { - width:236px; - height:150px; + width:300px; + min-height:50px; + /*height:180px;*/ } /** jme **/ |
