Skip to content

Commit

Permalink
Cleanup links to some of the image links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Almdal committed Sep 22, 2010
1 parent 960db6d commit d52d57b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions themes/admin_wind/css/screen.css
Expand Up @@ -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;
}

/** *******************************************************************
Expand Down
4 changes: 2 additions & 2 deletions themes/wind/css/screen.css
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit d52d57b

Please sign in to comment.