diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-02-09 01:55:29 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-09 01:55:29 +0000 |
commit | 5d8a19ac5bd21d4c23060d38428449d48971ec74 (patch) | |
tree | a46b2f3db2dc9840168f38cdfbf890956f131640 | |
parent | aca2729eb6ee3d0482183a78c7e816ceaba4f6c0 (diff) |
Added a few element checks to make sure elements exist before trying to manipulate/initiate them.
-rw-r--r-- | themes/default/css/screen.css | 8 |
1 files changed, 5 insertions, 3 deletions
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 */ |