From a74bb63adda8bf2658f43a850e2474f23b126abc Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Tue, 13 Oct 2009 13:42:58 +0000 Subject: Added styles for the Profile page --- plugins/MobileProfile/mp-screen.css | 39 ++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) (limited to 'plugins/MobileProfile/mp-screen.css') diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css index 9b42149c0..7bab15141 100644 --- a/plugins/MobileProfile/mp-screen.css +++ b/plugins/MobileProfile/mp-screen.css @@ -66,16 +66,22 @@ z-index:9; iPhone/iPod Touch, Android, Opera Mini Simulator */ #form_notice #notice_text-count + label, -#form_notice label[for="notice_data-attach"], +#form_notice label[for="notice_data-attach"] { +display:none; +} #form_notice #notice_data-attach { -top:0; -/*right:28%; Looks good but no good in iDevice, Android*/ -right:40%; +top:auto; +bottom:0; +left:0; +right:auto; +opacity:1; +z-index:9; +width:65%; } #form_notice #notice_action-submit { width:20%; -right:4%; +right:2%; text-align:center; } @@ -127,6 +133,29 @@ margin-right:2%; } + +.entity_profile { +width:auto; +} +.entity_actions { +margin-right:0; +margin-left:0; +clear:both; +float:left; +width:auto; +max-width:9999px; +} + +.entity_profile { +margin-bottom:7px; +} + +.entity_actions li { +float:left; +margin-right:2%; +} + + #footer { width:96%; padding:2%; -- cgit v1.2.3-54-g00ecf