]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Aligning notice attach label from right instead of left
authorSarven Capadisli <csarven@status.net>
Tue, 6 Oct 2009 15:51:06 +0000 (15:51 +0000)
committerSarven Capadisli <csarven@status.net>
Tue, 6 Oct 2009 15:51:06 +0000 (15:51 +0000)
theme/base/css/display.css

index 76709113fce9dd61cfa62c29944f2c57fd3f016a..d9dca98156c85d6e11fcc58ebe512d9e79b0daa9 100644 (file)
@@ -468,16 +468,15 @@ margin-bottom:7px;
 #form_notice #notice_data-attach {
 position:absolute;
 top:25px;
+right:10.5%;
 cursor:pointer;
 }
 #form_notice label[for=notice_data-attach] {
 text-indent:-9999px;
-left:86%;
 width:16px;
 height:16px;
 }
 #form_notice #notice_data-attach {
-left:40.6%;
 padding:0;
 height:16px;
 }