diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-09 11:31:52 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-09 11:31:52 +0000 |
commit | 921b25bf6281eb9d9d500eb8f5d98b8b473794cb (patch) | |
tree | 0624c70813cc7c2fe097ef0c2f418ca07ea8aafd /plugins/MobileProfile/mp-screen.css | |
parent | 7c621371cdf43e82739a3cb999a43dd38432bdc8 (diff) |
Some UI adjustments for form notice
Diffstat (limited to 'plugins/MobileProfile/mp-screen.css')
-rw-r--r-- | plugins/MobileProfile/mp-screen.css | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css index 641921f14..a8135e0b4 100644 --- a/plugins/MobileProfile/mp-screen.css +++ b/plugins/MobileProfile/mp-screen.css @@ -7,11 +7,11 @@ max-width:100%; } #header { -margin:2%; +margin:2% 4% 4% 2%; } address { -margin:0 1% 0; +margin:0 2% 0; } address .vcard .photo { margin-right:0; @@ -32,18 +32,27 @@ width:100%; } #form_notice textarea { -width:75%; +width:60%; +height:20px; } #notice_text-count { position:absolute; bottom:2px; -right:32.5%; +right:40%; z-index:9; } -#notice_action-submit { -width:17%; +#form_notice label[for="notice_data-attach"], +#form_notice #notice_data-attach { +top:0; +right:28%; +} + +#form_notice #notice_action-submit { +width:20%; +right:4%; +text-align:center; } |