From 5d8a19ac5bd21d4c23060d38428449d48971ec74 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Mon, 9 Feb 2009 01:55:29 +0000 Subject: Added a few element checks to make sure elements exist before trying to manipulate/initiate them. --- themes/default/css/screen.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'themes/default/css') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index cf557cfe..1981d664 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -756,17 +756,19 @@ form p.gError { /* jQuery UI ThemeRoller butttons */ .gButtonLink { - padding: .1em .6em; + display: inline-block; + margin-bottom: 0; + padding: .1em .3em; } .ui-icon-left .ui-icon { float: left; - margin-right: .4em; + margin-right: .3em; } .ui-icon-right .ui-icon { float: right; - margin-left: .4em; + margin-left: .3em; } /* STUFF THAT NEEDS A HOME */ -- cgit v1.2.3