summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-20 18:50:48 +0100
committerSarven Capadisli <csarven@status.net>2010-01-24 00:23:14 +0100
commit51775e38bab8f3c41aa19bed84a38d1a7f534e37 (patch)
treec135d912c746bb6aeddafb741c085f4e62c9c052 /plugins
parente3ee5663abfc5fa873f4b2c76f6f89971c3c9aae (diff)
Better alignment for notice options in MobileProfile
Diffstat (limited to 'plugins')
-rw-r--r--plugins/MobileProfile/mp-screen.css21
1 files changed, 14 insertions, 7 deletions
diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css
index 76071352d..04fa5fb00 100644
--- a/plugins/MobileProfile/mp-screen.css
+++ b/plugins/MobileProfile/mp-screen.css
@@ -194,7 +194,7 @@ max-width:100%;
min-width:0;
}
.notice-options {
-width:50px;
+width:43px;
margin-right:1%;
}
@@ -202,6 +202,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 +219,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;
}