summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-12-25 23:22:38 +0000
committerChad Kieffer <chad@2tbsp.com>2008-12-25 23:22:38 +0000
commitcaaa5219276a38aa131e49e6f6249d3f734718cc (patch)
tree7325695913ee6d6d380fde54e9d5e1f751084719
parent94e3ae2e0f9f0607475830e9b2431d9ae768637c (diff)
Update message CSS: gFailure, gInfo, gSuccess, gWarning. Removed gHelp, it's not a message type.
-rwxr-xr-xthemes/admin_default/images/ico-failure.png (renamed from themes/admin_default/images/ico-error.png)bin701 -> 701 bytes
-rwxr-xr-xthemes/admin_default/images/ico-help.pngbin786 -> 0 bytes
-rw-r--r--themes/default/css/screen.css20
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
index c37bd062..c37bd062 100755
--- a/themes/admin_default/images/ico-error.png
+++ b/themes/admin_default/images/ico-failure.png
Binary files differ
diff --git a/themes/admin_default/images/ico-help.png b/themes/admin_default/images/ico-help.png
deleted file mode 100755
index 5c870176..00000000
--- a/themes/admin_default/images/ico-help.png
+++ /dev/null
Binary files differ
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) ~~~~~~~~~~ */