summaryrefslogtreecommitdiff
path: root/theme/biz/css/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/biz/css/base.css')
-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;