diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-17 00:01:53 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-17 00:01:53 +0000 |
commit | 0a5125675b4165be4c8278edf8d30f33483081fa (patch) | |
tree | 28645856e6915b76104b5110395bd3d5bc89f753 /theme | |
parent | f46fd284e4395a113cdcc6e019d6f1b4b9ef8ff6 (diff) |
Updates to form styling
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 027cb1666..294119c55 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -64,6 +64,13 @@ font-weight:bold; } form ul li input { } + +form input.checkbox { +position:relative; +top:2px; +left:0; +} + form .error { margin-right:11px; } @@ -97,7 +104,8 @@ padding:0; border:0; } .form_settings legend { -display:none; +font-size:1.6em; +text-transform:uppercase; } .form_settings .form_datas label { @@ -124,6 +132,9 @@ margin-bottom:18px; margin-bottom:29px; } +#settings_email_preferences label { +font-weight:normal; +} /* FORM SETTINGS */ |