diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 18:05:15 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 18:05:15 -0600 |
| commit | 06070c78eef1ffc95d14cc017ed20622c56e19da (patch) | |
| tree | ac54531a03821a8c1b68499144c8d211d7d8f933 /themes/admin_wind/css/screen.css | |
| parent | 4de412e72270587cbd656ebafe08892344055a4d (diff) | |
Move primary status message icons to lib/images/, update css urls accordingly.
Diffstat (limited to 'themes/admin_wind/css/screen.css')
| -rw-r--r-- | themes/admin_wind/css/screen.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index c733b482..2679386b 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -336,19 +336,19 @@ li.gError select { } .gError, tr.gError td.gError { - background: #f6cbca url('../images/ico-error.png') no-repeat .4em 50%; + background: #f6cbca url('../../../lib/images/ico-error.png') no-repeat .4em 50%; } .gInfo { - background: #e8e8e8 url('../images/ico-info.png') no-repeat .4em 50%; + background: #e8e8e8 url('../../../lib/images/ico-info.png') no-repeat .4em 50%; } .gSuccess { - background: #d9efc2 url('../images/ico-success.png') no-repeat .4em 50%; + background: #d9efc2 url('../../../lib/images/ico-success.png') no-repeat .4em 50%; } .gWarning, tr.gWarning td.gWarning { - background: #fcf9ce url('../images/ico-warning.png') no-repeat .4em 50%; + background: #fcf9ce url('../../../lib/images/ico-warning.png') no-repeat .4em 50%; } .gPager .gInfo, |
