diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 16:50:35 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 16:50:35 +0000 |
commit | 93925b8505f428f961ecf546e63744927bf63ad3 (patch) | |
tree | 4cf01cffbee1c3f6cc0ddbd66f50ea7155b4bc11 /theme/base/css | |
parent | e6211c4c22eae51d78142056180f7b9e706179e4 (diff) |
Mathching markup to user profilelist (entities)
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 45affbaf6..727fd94c4 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,7 +683,8 @@ display:inline; float:none; } .profile .entity_profile .entity_note, -.profile .entity_profile .entity_url { +.profile .entity_profile .entity_url, +.profile .entity_profile .entity_tags { margin-left:59px; clear:none; display:block; @@ -1195,7 +1201,3 @@ text-align:center; #testimonials { clear:both; } - -.entity_tags dt { -display:block; -}
\ No newline at end of file |