summaryrefslogtreecommitdiff
path: root/chimere/static
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-04-16 00:37:35 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-04-16 00:37:35 +0200
commitb633752d5dcf26a94048d267f98738bf5dbcdbda (patch)
tree8276efc350edcd768febd6dca92c7110cdac9d32 /chimere/static
parent6cb771105f6f63613e7e143282d599225873eb69 (diff)
downloadChimère-b633752d5dcf26a94048d267f98738bf5dbcdbda.tar.bz2
Chimère-b633752d5dcf26a94048d267f98738bf5dbcdbda.zip
Work on multimedia files visibility
* Add a new distant picture type (refs #339) * Handle differently multimedia files in descriptions (refs #337, refs #338)
Diffstat (limited to 'chimere/static')
-rw-r--r--chimere/static/chimere/css/styles.css28
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 **/