font-size: &dtml-fontSmallSize;;
}
+#lightbox_toolbar {
+ text-align: right;
+}
+
div.lightbox {
/* The lightbox itself.
Force this div to fit grid
}
.lightbox span {
- width: &dtml-slide_size;px;
- height: &dtml-slide_size;px;
- display:block;
- float:left;
+ width: &dtml-slide_size;px;
+ height: &dtml-slide_size;px;
+ display:block;
+ float:left;
+ transition: width 1s, opacity 0.5s;
}
.lightbox a.slide {
.lightbox .cb {
margin-left: <dtml-var expr="slide_size - 22">px;
margin-top: 5px;
+ width:auto;
+ height:auto;
}
.lightbox .cb input[checked] {
visibility: visible;
}
+.lightbox .zero_opacity {
+ opacity:0;
+}
+
+.lightbox .zero_width {
+ width:0;
+}
.lightbox .slide-hide,
.lightbox .slide-show {
background: url(&dtml-portal_url;/image_toolbar_bg.gif) repeat-x;
position:relative;
z-index:3;
- font-size:27px;
+ font-size:12px;
white-space:nowrap;
}
+.image_toolbar span {
+ vertical-align:9px;
+}
+
/*
.image_toolbar img {
margin-left: 4px;