Skip to content

Commit

Permalink
Move the image files into the themes. Leave the favicon and logo in l…
Browse files Browse the repository at this point in the history
…ib/images.
  • Loading branch information
Tim Almdal committed Sep 21, 2010
1 parent 8b21123 commit 960db6d
Show file tree
Hide file tree
Showing 30 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions themes/admin_wind/css/screen.css
Expand Up @@ -688,31 +688,31 @@ 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 {
background-image: none;
}

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 {
Expand Down Expand Up @@ -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('../../../lib/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('../../../lib/images/loading-small.gif') no-repeat center center !important;
}

/** *******************************************************************
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
22 changes: 11 additions & 11 deletions themes/wind/css/screen.css
Expand Up @@ -620,31 +620,31 @@ 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 {
background-image: none;
}

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 {
Expand Down Expand Up @@ -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;
}

/** *******************************************************************
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
Binary file added themes/wind/images/ico-denied-inactive.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/wind/images/ico-denied-passive.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/wind/images/ico-denied.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/wind/images/ico-error.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/wind/images/ico-info.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/wind/images/ico-lock.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/wind/images/ico-separator-rtl.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/wind/images/ico-separator.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/wind/images/ico-success-inactive.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/wind/images/ico-success-passive.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/wind/images/ico-success.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/wind/images/ico-warning.png
Binary file added themes/wind/images/loading-large.gif
Binary file added themes/wind/images/loading-small.gif

0 comments on commit 960db6d

Please sign in to comment.