]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/MobileProfile/mp-screen.css
de-IDifying labels in notice form to fix issue with geo pin activating the wrong...
[quix0rs-gnu-social.git] / plugins / MobileProfile / mp-screen.css
index 1bb0248ece02cf5dc4555a9856ae89c5911df6b0..d82486182a42ed2122a68203fd0916d4ecfea16b 100644 (file)
@@ -1,5 +1,11 @@
-@import url(../../theme/base/css/display.css);
-@import url(../../theme/identica/css/display.css);
+/** theme: mobile profile screen
+ *
+ * @package   StatusNet
+ * @author    Sarven Capadisli <csarven@status.net>
+ * @copyright 2009-2010 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/
+ */
 
 #wrap {
 min-width:0;
@@ -64,8 +70,6 @@ width:auto;
 margin-left:0;
 }
 
-
-
 #site_nav_global_primary {
 margin:0;
 width:100%;
@@ -81,7 +85,6 @@ float:left;
 font-size:0.9em;
 }
 
-
 #form_notice {
 width:100%;
 }
@@ -91,7 +94,7 @@ width:60%;
 height:20px;
 }
 
-#notice_text-count {
+.form_notice .count {
 position:absolute;
 bottom:2px;
 right:40%;
@@ -101,21 +104,24 @@ z-index:9;
 /*input type=file no good in
 iPhone/iPod Touch, Android, Opera Mini Simulator
 */
-#form_notice #notice_text-count + label,
+.form_notice .count + label,
 #form_notice label[for="notice_data-attach"] {
 display:none;
 }
-#form_notice #notice_data-attach {
-top:auto;
-bottom:0;
-left:0;
-right:auto;
-opacity:1;
-z-index:9;
+#form_notice input.notice_data-attach {
+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 {
+#form_notice .submit {
 width:20%;
 right:2%;
 text-align:center;
@@ -167,27 +173,63 @@ margin-bottom:0;
 .profile {
 padding-top:4px;
 padding-bottom:4px;
+min-height:65px;
 }
-.notice .entry-title {
-
+#content .notice .entry-title {
+float:left;
+width:100%;
+margin-left:0;
+}
+#content .notice .author .photo {
+position:static;
+float:left;
 }
-.notice div.entry-content {
+#content .notice div.entry-content {
 margin-left:0;
-width:65%;
+width:75%;
+max-width:100%;
+min-width:0;
 }
 .notice-options {
-width:30%;
-margin-right:2%;
+width:43px;
+margin-right:1%;
+}
+
+.notice-options form.processing {
+background-image:none;
+}
+#wrap .notice-options form.processing input.submit {
+background-position:0 47%;
 }
 
+.notice .notice-options a,
+.notice .notice-options input {
+box-shadow:none;
+-moz-box-shadow:none;
+-webkit-box-shadow:none;
+}
+.notice .notice-options a,
+.notice .notice-options form {
+margin:-4px 0 0 0;
+}
+.notice .notice-options .form_repeat,
+.notice .notice-options .notice_delete {
+margin-top:11px;
+}
+.notice .notice-options .form_favor,
+.notice .notice-options .form_disfavor,
+.notice .notice-options .form_repeat {
+margin-right:11px;
+}
 
+.notice .notice-options .notice_delete {
+float:left;
+}
 
 .entity_profile {
 width:auto;
 }
 
-
-
 .entity_actions {
 margin-right:0;
 margin-left:0;
@@ -239,8 +281,6 @@ height:auto;
 margin-right:5%;
 }
 
-
-
 #footer {
 width:96%;
 padding:2%;