diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-18 21:14:47 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-18 21:14:47 +0000 |
commit | 061de33e576ac542459fd48ab61877eece05ea39 (patch) | |
tree | 8bdcea35f0191971f47511c8d47e261b4a2a86a5 /theme | |
parent | d46c2cc8a70d83f7bf761ea8c778a8cd56d8e692 (diff) |
SMS settings markup and styles. Minor check with twitter settings form_datas
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 2857070f8..08805c1e0 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -116,15 +116,19 @@ width:100%; float:left; } -.form_settings .form_datas label, +.form_settings .form_datas label { +float:left; +} +.form_settings .form_datas textarea, +.form_settings .form_datas select, .form_settings .form_datas input { -margin-right:11px; +margin-left:11px; float:left; } .form_settings label { margin-top:7px; -width:123px; +width:152px; } .form_actions label { @@ -144,7 +148,7 @@ display:none; .form_settings .form_datas p.form_guide { clear:both; -margin-left:134px; +margin-left:163px; margin-bottom:0; } @@ -154,11 +158,15 @@ margin-bottom:11px; .form_settings input.checkbox { margin-top:3px; +margin-left:0; } .form_settings label.checkbox { font-weight:normal; -width:auto; margin-top:0; +margin-right:0; +margin-left:11px; +float:left; +width:90%; } #form_login p.form_guide, |