Index: branches/1.1.x/inc/lbox/lightbox.css
===================================================================
diff -u -r13091 -r13483
--- branches/1.1.x/inc/lbox/lightbox.css (.../lightbox.css) (revision 13091)
+++ branches/1.1.x/inc/lbox/lightbox.css (.../lightbox.css) (revision 13483)
@@ -44,13 +44,13 @@
#prevLink, #nextLink{
width: 49%;
height: 100%;
- background: transparent url(../../img/s.gif) no-repeat; /* Trick IE into showing hover */
+ background: transparent url(@templates_base@/img/s.gif) no-repeat; /* Trick IE into showing hover */
display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
-#prevLink:hover, #prevLink:visited:hover { background: url(../../img/lbox/prevlabel.gif) left 15% no-repeat; }
-#nextLink:hover, #nextLink:visited:hover { background: url(../../img/lbox/nextlabel.gif) right 15% no-repeat; }
+#prevLink:hover, #prevLink:visited:hover { background: url(@templates_base@/img/lbox/prevlabel.gif) left 15% no-repeat; }
+#nextLink:hover, #nextLink:visited:hover { background: url(@templates_base@/img/lbox/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
@@ -59,15 +59,15 @@
margin: 0 auto;
line-height: 1.4em;
overflow: auto;
- width: 100%
+ width: 100%
}
#imageData{ padding:0 10px; color: #666; }
-#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
+#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; }
-#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }
-#imageData #bottomNavClose{ width: 66px; float: right; padding-bottom: 0.7em; }
-
+#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }
+#imageData #bottomNavClose{ width: 66px; float: right; padding-bottom: 0.7em; }
+
#overlay{
position: absolute;
top: 0;
Index: branches/1.1.x/platform/blocks/common/html_head.tpl
===================================================================
diff -u -r13091 -r13483
--- branches/1.1.x/platform/blocks/common/html_head.tpl (.../html_head.tpl) (revision 13091)
+++ branches/1.1.x/platform/blocks/common/html_head.tpl (.../html_head.tpl) (revision 13483)
@@ -9,15 +9,14 @@
" />
-
+
-
-
-
+
+
\ No newline at end of file