Astuce css pour force l'élément racine de la planche contact à être de la hauteur...
[Portfolio.git] / skins / portfolio_style.css.dtml
index 63c996d..7751fbb 100755 (executable)
@@ -160,6 +160,18 @@ table.metadata_category select:focus {
   font-size: &dtml-fontSmallSize;;
 }
 
+div.lightbox {
+  /* The lightbox itself.
+     Force this div to fit grid
+     effective height.
+  */
+  overflow:hidden; 
+}
+
+.photo-drop-target {
+  background: url('&dtml-portal_url;/image-upload-dd-target.png') no-repeat center center;
+  min-height:300px;
+}
 
 .lightbox span {
     width: &dtml-slide_size;px;
@@ -287,6 +299,17 @@ table.metadata_category select:focus {
   background: url(&dtml-portal_url;/slide-eye-closed.png);
 }
 
+.lightbox span.upload-progress {
+  display: block;
+  position:relative;
+  background:#ef8e32;
+  height:5px;
+  border-radius:3px;
+  width:0;
+  margin-left:11px;
+  top:208px;
+}
+
 .image_toolbar {
   background: url(&dtml-portal_url;/image_toolbar_bg.gif) repeat-x;
   position:relative;