diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-13 15:22:05 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-13 15:22:05 +0000 |
commit | e6c4dceb5a39b9f834b37a0d68ea9aa018e15b74 (patch) | |
tree | 95072e748873d6b1ae709eec74f3ebe414c92624 /plugins/MobileProfile | |
parent | dff412a3b15ac7136884eec5280f4552f8dda759 (diff) |
Updated Profile view. Works better in Opera Mini, Webkits
Diffstat (limited to 'plugins/MobileProfile')
-rw-r--r-- | plugins/MobileProfile/mp-screen.css | 44 |
1 files changed, 26 insertions, 18 deletions
diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css index 89e1c4d48..28b7f49ab 100644 --- a/plugins/MobileProfile/mp-screen.css +++ b/plugins/MobileProfile/mp-screen.css @@ -145,7 +145,7 @@ margin-right:0; margin-left:0; clear:both; float:none; -width:auto; +width:100%; max-width:9999px; } @@ -154,12 +154,6 @@ margin-bottom:7px; min-height:0; } -.entity_actions li { -float:left; -margin-right:1.5%; -margin-bottom:0; -} - .entity_profile .entity_fn, .entity_profile .entity_nickname, .entity_profile .entity_location, @@ -168,23 +162,37 @@ margin-bottom:0; .entity_profile .entity_tags, .entity_profile .entity_aliases { line-height:1.4; +margin-left:0; } -.form_user_block input.submit, -.form_user_unblock input.submit, -.form_group_block input.submit, -.form_group_unblock input.submit, -.entity_send-a-message a, -.entity_edit a, -.form_user_nudge input.submit, -.entity_nudge p, -.form_make_admin input.submit { +.entity_profile .entity_depiction { +margin-bottom:1%; +margin-right:7px; } -.entity_profile .entity_depiction { -margin-bottom:2%; +.entity_actions { +margin-bottom:1%; +float:left; +width:100%; } +.entity_actions li { +float:left; +margin-right:1.5%; +margin-bottom:0; +height:29px; +width:40%; +} + +.user_in .entity_actions .entity_subscribe { +margin-bottom:47px; +width:auto; +height:auto; +margin-right:5%; +} + + + #footer { width:96%; padding:2%; |