summaryrefslogtreecommitdiff
path: root/themes/wind/css/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/wind/css/screen.css')
-rw-r--r--themes/wind/css/screen.css22
1 files changed, 11 insertions, 11 deletions
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;