]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/MobileProfile/mp-screen.css
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
[quix0rs-gnu-social.git] / plugins / MobileProfile / mp-screen.css
index 76071352d0cc200bba03d390c1027f3448311ede..0fc801612be9d4848bc4318057c5ea29741d6fef 100644 (file)
@@ -1,15 +1,12 @@
 /** theme: mobile profile screen
  *
  * @package   StatusNet
- * @author Sarven Capadisli <csarven@status.net>
+ * @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);
-
 #wrap {
 min-width:0;
 max-width:100%;
@@ -194,7 +191,7 @@ max-width:100%;
 min-width:0;
 }
 .notice-options {
-width:50px;
+width:43px;
 margin-right:1%;
 }
 
@@ -202,6 +199,13 @@ margin-right:1%;
 width:16px;
 height:16px;
 }
+.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;
@@ -212,16 +216,16 @@ box-shadow:none;
 .notice .notice-options form {
 margin:-4px 0 0 0;
 }
-.notice .notice-options .notice_repeat,
+.notice .notice-options .form_repeat,
 .notice .notice-options .notice_delete {
-margin-top:18px;
+margin-top:11px;
 }
-.notice .notice-options .notice_reply,
-.notice .notice-options .notice_repeat {
-margin-left:18px;
+.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;
 }