Commit 25e1c9160361210b2ef4613bda824060fcaa11aa
1 parent
3d54e029
Exists in
master
and in
29 other branches
Fixing images url on colorbox css
(ActionItem2132)
Showing
1 changed file
with
22 additions
and
22 deletions
Show diff stats
public/stylesheets/colorbox.css
... | ... | @@ -18,29 +18,29 @@ |
18 | 18 | Change the following styles to modify the appearance of ColorBox. They are |
19 | 19 | ordered & tabbed in a way that represents the nesting of the generated HTML. |
20 | 20 | */ |
21 | -#cboxOverlay{background:url(/images/colorbox/overlay.png) repeat 0 0;} | |
21 | +#cboxOverlay{background:url(../images/colorbox/overlay.png) repeat 0 0;} | |
22 | 22 | #colorbox{} |
23 | - #cboxTopLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -100px 0;} | |
24 | - #cboxTopRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -129px 0;} | |
25 | - #cboxBottomLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -100px -29px;} | |
26 | - #cboxBottomRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -129px -29px;} | |
27 | - #cboxMiddleLeft{width:21px; background:url(/images/colorbox/controls.png) left top repeat-y;} | |
28 | - #cboxMiddleRight{width:21px; background:url(/images/colorbox/controls.png) right top repeat-y;} | |
29 | - #cboxTopCenter{height:21px; background:url(/images/colorbox/border.png) 0 0 repeat-x;} | |
30 | - #cboxBottomCenter{height:21px; background:url(/images/colorbox/border.png) 0 -29px repeat-x;} | |
23 | + #cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -100px 0;} | |
24 | + #cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -129px 0;} | |
25 | + #cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -100px -29px;} | |
26 | + #cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -129px -29px;} | |
27 | + #cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;} | |
28 | + #cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;} | |
29 | + #cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;} | |
30 | + #cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;} | |
31 | 31 | #cboxContent{background:#fff; overflow:hidden;} |
32 | 32 | #cboxError{padding:50px; border:1px solid #ccc;} |
33 | 33 | #cboxLoadedContent{margin-bottom:28px;} |
34 | 34 | #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;} |
35 | 35 | #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;} |
36 | 36 | #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;} |
37 | - #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;} | |
37 | + #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;} | |
38 | 38 | #cboxPrevious.hover{background-position:-75px -25px;} |
39 | - #cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;} | |
39 | + #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;} | |
40 | 40 | #cboxNext.hover{background-position:-50px -25px;} |
41 | - #cboxLoadingOverlay{background:url(/images/colorbox/loading_background.png) no-repeat center center;} | |
42 | - #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) no-repeat center center;} | |
43 | - #cboxClose{position:absolute; bottom:0; right:0; background:url(/images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;} | |
41 | + #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) no-repeat center center;} | |
42 | + #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;} | |
43 | + #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;} | |
44 | 44 | #cboxClose.hover{background-position:-25px -25px;} |
45 | 45 | |
46 | 46 | /* |
... | ... | @@ -61,14 +61,14 @@ |
61 | 61 | /* |
62 | 62 | The following provides PNG transparency support for IE6 |
63 | 63 | */ |
64 | -.cboxIE6 #cboxTopLeft{background:url(/images/colorbox/ie6/borderTopLeft.png);} | |
65 | -.cboxIE6 #cboxTopCenter{background:url(/images/colorbox/ie6/borderTopCenter.png);} | |
66 | -.cboxIE6 #cboxTopRight{background:url(/images/colorbox/ie6/borderTopRight.png);} | |
67 | -.cboxIE6 #cboxBottomLeft{background:url(/images/colorbox/ie6/borderBottomLeft.png);} | |
68 | -.cboxIE6 #cboxBottomCenter{background:url(/images/colorbox/ie6/borderBottomCenter.png);} | |
69 | -.cboxIE6 #cboxBottomRight{background:url(/images/colorbox/ie6/borderBottomRight.png);} | |
70 | -.cboxIE6 #cboxMiddleLeft{background:url(/images/colorbox/ie6/borderMiddleLeft.png);} | |
71 | -.cboxIE6 #cboxMiddleRight{background:url(/images/colorbox/ie6/borderMiddleRight.png);} | |
64 | +.cboxIE6 #cboxTopLeft{background:url(../images/colorbox/ie6/borderTopLeft.png);} | |
65 | +.cboxIE6 #cboxTopCenter{background:url(../images/colorbox/ie6/borderTopCenter.png);} | |
66 | +.cboxIE6 #cboxTopRight{background:url(../images/colorbox/ie6/borderTopRight.png);} | |
67 | +.cboxIE6 #cboxBottomLeft{background:url(../images/colorbox/ie6/borderBottomLeft.png);} | |
68 | +.cboxIE6 #cboxBottomCenter{background:url(../images/colorbox/ie6/borderBottomCenter.png);} | |
69 | +.cboxIE6 #cboxBottomRight{background:url(../images/colorbox/ie6/borderBottomRight.png);} | |
70 | +.cboxIE6 #cboxMiddleLeft{background:url(../images/colorbox/ie6/borderMiddleLeft.png);} | |
71 | +.cboxIE6 #cboxMiddleRight{background:url(../images/colorbox/ie6/borderMiddleRight.png);} | |
72 | 72 | |
73 | 73 | .cboxIE6 #cboxTopLeft, |
74 | 74 | .cboxIE6 #cboxTopCenter, | ... | ... |