summaryrefslogtreecommitdiff
path: root/plugins/MobileProfile/mp-screen.css
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-10-13 13:42:58 +0000
committerSarven Capadisli <csarven@status.net>2009-10-13 13:42:58 +0000
commita74bb63adda8bf2658f43a850e2474f23b126abc (patch)
tree53269395507445947c681b0be38b29a2789c089e /plugins/MobileProfile/mp-screen.css
parent4dd36a78740700a881e6a332b4dacd0d7d698467 (diff)
Added styles for the Profile page
Diffstat (limited to 'plugins/MobileProfile/mp-screen.css')
-rw-r--r--plugins/MobileProfile/mp-screen.css39
1 files changed, 34 insertions, 5 deletions
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%;