From 9b73213693d2e0b5040d01dbed0ce6b5d75e6587 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 22 Feb 2009 08:05:15 +0000 Subject: Add Cancel link next to submit buttons in dialogs. Apply button style to buttons in dialogs. --- themes/default/css/screen.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'themes/default/css') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index e6b8107f..d8f9419c 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -78,6 +78,11 @@ a:hover, text-decoration: underline; } +#gDialog .gCancel { + float: left; + margin: .3em 1em; +} + #gForgotPasswordLink { float: right; font-size: .9em; @@ -190,6 +195,12 @@ textarea { padding: .2em; } +input[type="submit"], +input[type="reset"] { + clear: none !important; + float: left; +} + /* Form validation ~~~~~~~~~~~~~~~~~~~~~~~ */ .gValidationRule { -- cgit v1.2.3