Updated biz theme notice options

This commit is contained in:
Sarven Capadisli 2010-01-28 17:12:48 +01:00
parent 6e556e502a
commit 83087e9d9b
1 changed files with 16 additions and 4 deletions

View File

@ -903,9 +903,10 @@ text-transform:lowercase;
.notice-options { .notice-options {
position:relative; position:relative;
font-size:0.95em; font-size:0.95em;
width:90px; width:113px;
float:right; float:right;
margin-right:11px; margin-top:3px;
margin-right:4px;
} }
.notice-options a { .notice-options a {
@ -936,11 +937,17 @@ border:0;
.notice-options .notice_reply, .notice-options .notice_reply,
.notice-options .notice_delete { .notice-options .notice_delete {
text-decoration:none; text-decoration:none;
padding-left:16px; }
.notice .notice-options .notice_delete {
float:right;
} }
.notice-options form input.submit { .notice-options form input.submit {
width:16px; 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_repeat legend,
.notice-options .form_favor legend, .notice-options .form_favor legend,
@ -953,6 +960,11 @@ display:none;
border:0; border:0;
padding:0; padding:0;
} }
.notice-options a,
.notice-options .repeated {
width:16px;
height:16px;
}
#usergroups #new_group { #usergroups #new_group {
float: left; float: left;