diff options
-rwxr-xr-x | themes/admin_default/images/ico-failure.png (renamed from themes/admin_default/images/ico-error.png) | bin | 701 -> 701 bytes | |||
-rwxr-xr-x | themes/admin_default/images/ico-help.png | bin | 786 -> 0 bytes | |||
-rw-r--r-- | themes/default/css/screen.css | 20 |
3 files changed, 8 insertions, 12 deletions
diff --git a/themes/admin_default/images/ico-error.png b/themes/admin_default/images/ico-failure.png Binary files differindex c37bd062..c37bd062 100755 --- a/themes/admin_default/images/ico-error.png +++ b/themes/admin_default/images/ico-failure.png diff --git a/themes/admin_default/images/ico-help.png b/themes/admin_default/images/ico-help.png Binary files differdeleted file mode 100755 index 5c870176..00000000 --- a/themes/admin_default/images/ico-help.png +++ /dev/null diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index c35465a4..33ef91dd 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -368,21 +368,20 @@ li.gError select { margin: .4em 0; } -.gError, .gWarning, .gSuccess, .gHelp, .gInfo { +.gFailure, .gInfo, .gSuccess, .gWarning { background-color: #e8e8e8; background-position: .4em .2em; background-repeat: no-repeat; padding: .2em .5em .2em 30px; } -.gError { +.gFailure { background-color: #fcc; - background-image: url('../images/ico-error.png'); + background-image: url('../images/ico-failure.png'); } -.gWarning { - background-color: #ff9; - background-image: url('../images/ico-warning.png'); +.gInfo { + background-image: url('../images/ico-info.png'); } .gSuccess { @@ -390,12 +389,9 @@ li.gError select { background-image: url('../images/ico-success.png'); } -.gHelp { - background-image: url('../images/ico-help.png'); -} - -.gInfo { - background-image: url('../images/ico-info.png'); +.gWarning { + background-color: #ff9; + background-image: url('../images/ico-warning.png'); } /* Inline layout (forms, lists) ~~~~~~~~~~ */ |