]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated biz theme notice options
authorSarven Capadisli <csarven@status.net>
Thu, 28 Jan 2010 16:12:48 +0000 (17:12 +0100)
committerSarven Capadisli <csarven@status.net>
Thu, 28 Jan 2010 17:43:56 +0000 (18:43 +0100)
theme/biz/css/base.css

index ec8ca22f5f5be1440bcda3914a8b65568d8e4cff..d5873b0b07446f0cf04a9ac14f03ce35861c704e 100644 (file)
@@ -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;