]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added styles for the Profile page
authorSarven Capadisli <csarven@status.net>
Tue, 13 Oct 2009 13:42:58 +0000 (13:42 +0000)
committerSarven Capadisli <csarven@status.net>
Tue, 13 Oct 2009 13:42:58 +0000 (13:42 +0000)
plugins/MobileProfile/mp-screen.css

index 9b42149c0509f5ecc6f285bbabaafe1873935e30..7bab15141d3d943c78a0e5225b6a714dce552906 100644 (file)
@@ -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%;