summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-12-25 23:31:41 +0000
committerChad Kieffer <chad@2tbsp.com>2008-12-25 23:31:41 +0000
commit847d42682d02f2bd86ff0e5a247c38e1f55d86b9 (patch)
tree0bcc18c4fc214b4b40caaaf120d153bad8ec0c56
parentcaaa5219276a38aa131e49e6f6249d3f734718cc (diff)
Switch gFailure back to gError. Makes more sense semantically.
-rwxr-xr-xthemes/admin_default/images/ico-error.png (renamed from themes/admin_default/images/ico-failure.png)bin701 -> 701 bytes
-rw-r--r--themes/default/css/screen.css6
2 files changed, 3 insertions, 3 deletions
diff --git a/themes/admin_default/images/ico-failure.png b/themes/admin_default/images/ico-error.png
index c37bd062..c37bd062 100755
--- a/themes/admin_default/images/ico-failure.png
+++ b/themes/admin_default/images/ico-error.png
Binary files differ
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index 33ef91dd..193582cf 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -368,16 +368,16 @@ li.gError select {
margin: .4em 0;
}
-.gFailure, .gInfo, .gSuccess, .gWarning {
+.gError, .gInfo, .gSuccess, .gWarning {
background-color: #e8e8e8;
background-position: .4em .2em;
background-repeat: no-repeat;
padding: .2em .5em .2em 30px;
}
-.gFailure {
+.gError {
background-color: #fcc;
- background-image: url('../images/ico-failure.png');
+ background-image: url('../images/ico-error.png');
}
.gInfo {