font-size: &dtml-fontSmallSize;;
}
+div.lightbox { /*the lightbox itself*/
+ min-height:300px;
+}
+
+.photo-drop-target {
+ background: url('&dtml-portal_url;/image-upload-dd-target.png') no-repeat center center;
+}
.lightbox span {
width: &dtml-slide_size;px;
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;