diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-28 17:12:48 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-28 18:43:56 +0100 |
commit | 8add14b04607c449eabc59a9579fdc56eb4883a8 (patch) | |
tree | 21dcc2bca49dfb456b3a1942c8e1b70c9da0b35e /theme/biz/css/base.css | |
parent | c88979d359c614911a21e0d95fa9ad1f17af5119 (diff) |
Updated biz theme notice options
Diffstat (limited to 'theme/biz/css/base.css')
-rw-r--r-- | theme/biz/css/base.css | 20 |
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; |