From 732e43747ff3d5e78eb12c368d0720081ac11d80 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Fri, 12 Dec 2008 05:09:35 +0000 Subject: Apply padding-left to avoid overlap of text on message type icons. Menu updates and added Gallery Info block for admin dashboard prototype. --- themes/default/css/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/default/css') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index a8a9b537..88eac87a 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -394,12 +394,12 @@ table.gMetadata td.toggle { .gMessages li { border: 1px solid #ccc; margin: .4em 0; - padding: .1em .5em .1em 30px; } .gError, .gWarning, .gSuccess, .gHelp, .gInfo { background-position: .5em .1em; background-repeat: no-repeat; + padding: .1em .5em .1em 30px; } .gError { -- cgit v1.2.3