From a1847df83bfddf350fc71fd0e0e1c054bc94ce2d Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 25 Oct 2009 23:07:56 -0600 Subject: Remove unused and/or redundant admin theme styles. Correct bg's (again) in admin > maintenance tables for IE. --- lib/gallery.common.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 39124d6e..235c5604 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -273,10 +273,15 @@ tr.g-error td.g-error { } .g-success, -.g-allowed { +.g-allowed, +tr.g-success td.g-success { background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%; } +tr.g-success td.g-success { + background-color: transparent; +} + .g-warning, tr.g-warning td.g-warning { background: #fcf9ce url('images/ico-warning.png') no-repeat .4em 50%; -- cgit v1.2.3