font-size: &dtml-fontSmallSize;;
}
-div.lightbox { /*the lightbox itself*/
- min-height:300px;
+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 {
top:208px;
}
+.lightbox span.label {
+ position: relative;
+ padding-left:0.5em;
+ top: -4px;
+/* border: 1px solid red;*/
+}
+
.image_toolbar {
background: url(&dtml-portal_url;/image_toolbar_bg.gif) repeat-x;
position:relative;