Add missing thickbox file into soc/content/images and fix the url to this file in jquery-thickbox.css.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 01 Mar 2009 15:10:43 +0000
changeset 1576 fc065bbf3ac8
parent 1575 b046a8290cf5
child 1577 b0bb5c8b5f78
Add missing thickbox file into soc/content/images and fix the url to this file in jquery-thickbox.css. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/soc/content/css/jquery-thickbox.css
app/soc/content/images/macFFBgHack.png
--- a/app/soc/content/css/jquery-thickbox.css	Sun Mar 01 15:03:52 2009 +0000
+++ b/app/soc/content/css/jquery-thickbox.css	Sun Mar 01 15:10:43 2009 +0000
@@ -35,7 +35,7 @@
 	width:100%;
 }
 
-.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
+.TB_overlayMacFFBGHack {background: url('/soc/content/images/macFFBgHack.png') repeat;}
 .TB_overlayBG {
 	background-color:#000;
 	filter:alpha(opacity=75);
Binary file app/soc/content/images/macFFBgHack.png has changed