]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/MobileProfile/mp-screen.css
Merge commit 'origin/0.9.x' into 0.9.x
[quix0rs-gnu-social.git] / plugins / MobileProfile / mp-screen.css
index d72b316cfb3f9946684125b3b8e0075afd2dd758..e05adeb83ba0942fc0e7e34a75287d7222b0cd8b 100644 (file)
@@ -1,3 +1,12 @@
+/** theme: mobile profile screen
+ *
+ * @package   StatusNet
+ * @author Sarven Capadisli <csarven@status.net>
+ * @copyright 2009 StatusNet, Inc.
+ * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
+ * @link      http://status.net/
+ */
+
 @import url(../../theme/base/css/display.css);
 @import url(../../theme/identica/css/display.css);
 
@@ -8,12 +17,14 @@ max-width:100%;
 
 #header {
 margin:0;
-padding:2%;
+padding:0.7em 2%;
 width:96%;
 }
 
 address {
-margin:4% 0 0 0;
+margin:1em 0 0 0;
+float:left;
+width:100%;
 }
 address .vcard .photo {
 margin-right:0;
@@ -21,8 +32,8 @@ margin-right:0;
 
 address img + .fn {
 display:block;
-margin-top:8%;
-width:100%;
+margin-top:1em;
+float:left;
 }
 
 .vcard .photo {
@@ -30,6 +41,38 @@ margin-right:7px;
 }
 
 
+.form_settings fieldset {
+margin-bottom:7px;
+}
+
+.form_settings label {
+width:auto;
+display:block;
+float:none;
+}
+.form_settings .form_data li {
+margin-bottom:7px;
+}
+
+.form_settings .form_data textarea,
+.form_settings .form_data select, 
+.form_settings .form_data input {
+margin-left:0;
+display:block;
+}
+.form_settings .form_data textarea {
+width:96.41%;
+}
+
+.form_settings .form_data label {
+float:none;
+}
+
+.form_settings .form_data p.form_guide {
+width:auto;
+margin-left:0;
+}
+
 #site_nav_global_primary {
 margin:0;
 width:100%;
@@ -40,12 +83,11 @@ left:0;
 }
 #site_nav_global_primary li {
 margin-left:0;
-margin-right:2%;
+margin-right:4%;
 float:left;
 font-size:0.9em;
 }
 
-
 #form_notice {
 width:100%;
 }
@@ -70,13 +112,16 @@ iPhone/iPod Touch, Android, Opera Mini Simulator
 display:none;
 }
 #form_notice #notice_data-attach {
-top:auto;
-bottom:0;
-left:0;
-right:auto;
-opacity:1;
-z-index:9;
+position:static;
+clear:both;
 width:65%;
+height:auto;
+display:block;
+z-index:9;
+padding:0;
+margin:0;
+background:none;
+opacity:1;
 }
 
 #form_notice #notice_action-submit {
@@ -94,8 +139,9 @@ margin-right:0;
 margin-left:0;
 }
 #site_nav_local_views a {
-padding:0;
+padding:1px 3px;
 display:block;
+font-size:0.9em;
 }
 #site_nav_local_views .current a {
 text-shadow:none;
@@ -109,6 +155,17 @@ box-shadow:none;
 
 #content {
 width:96.41%;
+min-height:auto;
+}
+#content, 
+#site_nav_local_views a, 
+#aside_primary {
+border:0;
+}
+
+.instructions p, 
+.instructions ul {
+margin-bottom:4px;
 }
 
 h1 {
@@ -119,9 +176,6 @@ margin-bottom:0;
 .profile {
 padding-top:4px;
 padding-bottom:4px;
-}
-.notice .entry-title {
-
 }
 .notice div.entry-content {
 margin-left:0;
@@ -132,14 +186,21 @@ width:30%;
 margin-right:2%;
 }
 
-
+.notice-options form {
+width:16px;
+height:16px;
+}
+.notice-options a,
+.notice-options input {
+box-shadow:none;
+-moz-box-shadow:none;
+-webkit-box-shadow:none;
+}
 
 .entity_profile {
 width:auto;
 }
 
-
-
 .entity_actions {
 margin-right:0;
 margin-left:0;
@@ -191,8 +252,6 @@ height:auto;
 margin-right:5%;
 }
 
-
-
 #footer {
 width:96%;
 padding:2%;