diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-09-21 19:54:38 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-09-21 19:54:38 -0700 |
commit | d52d57b617691068c95cca80cb49683c68b79e48 (patch) | |
tree | f29f155c9179439f1ed797f3a93d9106cea90f24 /themes | |
parent | 960db6d7e5725becedbe3b7d1401bf2e2ed15a60 (diff) |
Cleanup links to some of the image links.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/admin_wind/css/screen.css | 4 | ||||
-rw-r--r-- | themes/wind/css/screen.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 1bdf1cb6..273ac116 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -755,11 +755,11 @@ form .g-error { .g-loading-large, .g-dialog-loading-large { - background: #e8e8e8 url('../../../lib/images/loading-large.gif') no-repeat center center !important; + background: #e8e8e8 url('../images/loading-large.gif') no-repeat center center !important; } .g-loading-small { - background: #e8e8e8 url('../../../lib/images/loading-small.gif') no-repeat center center !important; + background: #e8e8e8 url('..lib/images/loading-small.gif') no-repeat center center !important; } /** ******************************************************************* diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 48dfe798..d4b03eac 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -1221,7 +1221,7 @@ div#g-action-status { .rtl .sf-sub-indicator { left: .75em !important; right: auto; - background: url('lib/superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ + background: url('../../../lib/superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ } .rtl a > .sf-sub-indicator { /* give all except IE6 the correct values */ top: .8em; @@ -1267,7 +1267,7 @@ div#g-action-status { /*** shadows for all but IE6 ***/ .rtl .sf-shadow ul { - background: url('lib/superfish/images/shadow.png') no-repeat bottom left; + background: url('../../../lib/superfish/images/shadow.png') no-repeat bottom left; padding: 0 0 9px 8px; border-top-right-radius: 0; border-bottom-left-radius: 0; |