From 1b59d13d07226587c858c7fddf61bc45844baf96 Mon Sep 17 00:00:00 2001 From: mamouneyya Date: Mon, 20 Sep 2010 04:56:55 +0300 Subject: correct the image location paths, and move those images to the theme folder. The more control you provide to the themers the better, although we can still locating the images in their original place (lib/images) --- lib/images/ico-error.png | Bin 701 -> 0 bytes lib/images/ico-info.png | Bin 778 -> 0 bytes lib/images/ico-separator-rtl.gif | Bin 106 -> 0 bytes lib/images/ico-separator.gif | Bin 106 -> 0 bytes lib/images/ico-success.png | Bin 537 -> 0 bytes lib/images/ico-warning.png | Bin 666 -> 0 bytes lib/images/loading-large.gif | Bin 8238 -> 0 bytes lib/images/loading-small.gif | Bin 673 -> 0 bytes themes/admin_wind/css/screen.css | 22 +++++++++++----------- themes/wind/css/screen.css | 22 +++++++++++----------- 10 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 lib/images/ico-error.png delete mode 100644 lib/images/ico-info.png delete mode 100644 lib/images/ico-separator-rtl.gif delete mode 100644 lib/images/ico-separator.gif delete mode 100644 lib/images/ico-success.png delete mode 100644 lib/images/ico-warning.png delete mode 100644 lib/images/loading-large.gif delete mode 100644 lib/images/loading-small.gif diff --git a/lib/images/ico-error.png b/lib/images/ico-error.png deleted file mode 100644 index c37bd062..00000000 Binary files a/lib/images/ico-error.png and /dev/null differ diff --git a/lib/images/ico-info.png b/lib/images/ico-info.png deleted file mode 100644 index 12cd1aef..00000000 Binary files a/lib/images/ico-info.png and /dev/null differ diff --git a/lib/images/ico-separator-rtl.gif b/lib/images/ico-separator-rtl.gif deleted file mode 100644 index d9061a46..00000000 Binary files a/lib/images/ico-separator-rtl.gif and /dev/null differ diff --git a/lib/images/ico-separator.gif b/lib/images/ico-separator.gif deleted file mode 100644 index 3de2d0d3..00000000 Binary files a/lib/images/ico-separator.gif and /dev/null differ diff --git a/lib/images/ico-success.png b/lib/images/ico-success.png deleted file mode 100644 index a9925a06..00000000 Binary files a/lib/images/ico-success.png and /dev/null differ diff --git a/lib/images/ico-warning.png b/lib/images/ico-warning.png deleted file mode 100644 index 628cf2da..00000000 Binary files a/lib/images/ico-warning.png and /dev/null differ diff --git a/lib/images/loading-large.gif b/lib/images/loading-large.gif deleted file mode 100644 index cc70a7a8..00000000 Binary files a/lib/images/loading-large.gif and /dev/null differ diff --git a/lib/images/loading-small.gif b/lib/images/loading-small.gif deleted file mode 100644 index d0bce154..00000000 Binary files a/lib/images/loading-small.gif and /dev/null differ diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 3e155764..c7e289c4 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -688,18 +688,18 @@ li.g-error select { .g-denied, tr.g-error td.g-error, #g-add-photos-status .g-error { - background: #f6cbca url('images/ico-error.png') no-repeat .4em 50%; + background: #f6cbca url('../images/ico-error.png') no-repeat .4em 50%; color: #f00; } .g-info { - background: #e8e8e8 url('images/ico-info.png') no-repeat .4em 50%; + background: #e8e8e8 url('../images/ico-info.png') no-repeat .4em 50%; } .g-success, .g-allowed, #g-add-photos-status .g-success { - background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%; + background: #d9efc2 url('../images/ico-success.png') no-repeat .4em 50%; } tr.g-success { @@ -707,12 +707,12 @@ tr.g-success { } tr.g-success td.g-success { - background-image: url('images/ico-success.png'); + background-image: url('../images/ico-success.png'); } .g-warning, tr.g-warning td.g-warning { - background: #fcf9ce url('images/ico-warning.png') no-repeat .4em 50%; + background: #fcf9ce url('../images/ico-warning.png') no-repeat .4em 50%; } form .g-error { @@ -755,11 +755,11 @@ form .g-error { .g-loading-large, .g-dialog-loading-large { - background: #e8e8e8 url('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('images/loading-small.gif') no-repeat center center !important; + background: #e8e8e8 url('../images/loading-small.gif') no-repeat center center !important; } /** ******************************************************************* @@ -922,7 +922,7 @@ div#g-action-status { } .g-breadcrumbs li { - background: transparent url('images/ico-separator.gif') no-repeat scroll left center; + background: transparent url('../images/ico-separator.gif') no-repeat scroll left center; float: left; padding: 1em 8px 1em 18px; } @@ -1112,7 +1112,7 @@ ul.sf-menu li li li.sfHover ul { } .rtl .g-breadcrumbs li { - background: transparent url('images/ico-separator-rtl.gif') no-repeat scroll right center; + background: transparent url('../images/ico-separator-rtl.gif') no-repeat scroll right center; padding: 1em 18px 1em 8px; } @@ -1222,7 +1222,7 @@ ul.sf-menu li li li.sfHover ul { .rtl .sf-sub-indicator { left: .75em !important; right: auto; - background: url('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; @@ -1268,7 +1268,7 @@ ul.sf-menu li li li.sfHover ul { /*** shadows for all but IE6 ***/ .rtl .sf-shadow ul { - background: url('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; diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 63924e63..d4b03eac 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -620,18 +620,18 @@ li.g-error select { .g-denied, tr.g-error td.g-error, #g-add-photos-status .g-error { - background: #f6cbca url('images/ico-error.png') no-repeat .4em 50%; + background: #f6cbca url('../images/ico-error.png') no-repeat .4em 50%; color: #f00; } .g-info { - background: #e8e8e8 url('images/ico-info.png') no-repeat .4em 50%; + background: #e8e8e8 url('../images/ico-info.png') no-repeat .4em 50%; } .g-success, .g-allowed, #g-add-photos-status .g-success { - background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%; + background: #d9efc2 url('../images/ico-success.png') no-repeat .4em 50%; } tr.g-success { @@ -639,12 +639,12 @@ tr.g-success { } tr.g-success td.g-success { - background-image: url('images/ico-success.png'); + background-image: url('../images/ico-success.png'); } .g-warning, tr.g-warning td.g-warning { - background: #fcf9ce url('images/ico-warning.png') no-repeat .4em 50%; + background: #fcf9ce url('../images/ico-warning.png') no-repeat .4em 50%; } form .g-error { @@ -687,11 +687,11 @@ form .g-error { .g-loading-large, .g-dialog-loading-large { - background: #e8e8e8 url('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('images/loading-small.gif') no-repeat center center !important; + background: #e8e8e8 url('../images/loading-small.gif') no-repeat center center !important; } /** ******************************************************************* @@ -966,7 +966,7 @@ div#g-action-status { } .g-breadcrumbs li { - background: transparent url('images/ico-separator.gif') no-repeat scroll left center; + background: transparent url('../images/ico-separator.gif') no-repeat scroll left center; float: left; padding: 1em 8px 1em 18px; } @@ -1111,7 +1111,7 @@ div#g-action-status { } .rtl .g-breadcrumbs li { - background: transparent url('images/ico-separator-rtl.gif') no-repeat scroll right center; + background: transparent url('../images/ico-separator-rtl.gif') no-repeat scroll right center; padding: 1em 18px 1em 8px; } @@ -1221,7 +1221,7 @@ div#g-action-status { .rtl .sf-sub-indicator { left: .75em !important; right: auto; - background: url('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('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; -- cgit v1.2.3