diff options
Diffstat (limited to 'chimere/static')
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index bdcc9f9..504bc82 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -241,13 +241,21 @@ ul#action-2 { top:5px; } -#areas{ - padding:0; - height:115px; +#areas, #areas-select{ position:absolute; z-index:5; +} + +#areas-select{ + left:28px; + bottom:65px; +} + +#areas{ bottom:105px; left:18px; + padding:0; + height:115px; width:200px; overflow:auto; } @@ -293,7 +301,7 @@ ul#action-2 { #detail_content{ overflow:auto; - height:90%; + height:80%; } #detail_content img{ @@ -565,7 +573,19 @@ table.inline-table td input[type=text]{ height:400px; } +.small-gallery{ + width:260px; + min-height:30px; + text-align:center; +} +.small-gallery .media-player, +.small-gallery video, +.small-gallery iframe +{ + width:236px; + height:150px; +} /** jme **/ |
