diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 20:10:42 +0100 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 20:10:42 +0100 |
commit | e9b3e4e7a8feaebec370db780a4da7fd639772f3 (patch) | |
tree | 343bc644e80f66ac4ef674aceed81528fb539880 /theme/base/css/display.css | |
parent | 94d3a4b22cfeeeff57be30647df6c59e971bfa52 (diff) | |
parent | 32debdac66eed90e5b93b29eda7cbc264e5dfa4e (diff) |
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 45affbaf6..e49f27dfb 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -655,10 +655,15 @@ margin-bottom:0; min-height:60px; } + +.profile .form_group_join, +.profile .form_group_leave, .profile .form_user_subscribe, .profile .form_user_unsubscribe { float:right; } +.profile .form_group_join legend, +.profile .form_group_leave legend, .profile .form_user_subscribe legend, .profile .form_user_unsubscribe legend { display:none; @@ -678,12 +683,27 @@ display:inline; float:none; } .profile .entity_profile .entity_note, -.profile .entity_profile .entity_url { +.profile .entity_profile .entity_url, +.profile .entity_profile .entity_tags, +.profile .entity_profile .form_subcription_edit { margin-left:59px; clear:none; display:block; width:auto; } +.profile .entity_profile .entity_tags dt { +display:inline; +margin-right:11px; +} + + +.profile .entity_profile .form_subcription_edit label { +font-weight:normal; +margin-right:11px; +} + + + /* NOTICE */ .notice, @@ -1195,7 +1215,3 @@ text-align:center; #testimonials { clear:both; } - -.entity_tags dt { -display:block; -}
\ No newline at end of file |