summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-28 17:12:48 +0100
committerSarven Capadisli <csarven@status.net>2010-01-28 17:12:48 +0100
commit83087e9d9b14b4425368dbd2f95ff6fcc909e7f6 (patch)
tree84c509edf25f02c168ff2675f430b62276e49d27 /theme
parent6e556e502a13a1cfef51492707932635322f4bc4 (diff)
Updated biz theme notice options
Diffstat (limited to 'theme')
-rw-r--r--theme/biz/css/base.css20
1 files changed, 16 insertions, 4 deletions
diff --git a/theme/biz/css/base.css b/theme/biz/css/base.css
index ec8ca22f5..d5873b0b0 100644
--- a/theme/biz/css/base.css
+++ b/theme/biz/css/base.css
@@ -903,9 +903,10 @@ text-transform:lowercase;
.notice-options {
position:relative;
font-size:0.95em;
-width:90px;
+width:113px;
float:right;
-margin-right:11px;
+margin-top:3px;
+margin-right:4px;
}
.notice-options a {
@@ -936,11 +937,17 @@ border:0;
.notice-options .notice_reply,
.notice-options .notice_delete {
text-decoration:none;
-padding-left:16px;
+}
+.notice .notice-options .notice_delete {
+float:right;
}
.notice-options form input.submit {
width:16px;
-padding:2px 0;
+height:16px;
+padding:0;
+border-radius:0;
+-moz-border-radius:0;
+-webkit-border-radius:0;
}
.notice-options .form_repeat legend,
.notice-options .form_favor legend,
@@ -953,6 +960,11 @@ display:none;
border:0;
padding:0;
}
+.notice-options a,
+.notice-options .repeated {
+width:16px;
+height:16px;
+}
#usergroups #new_group {
float: left;