]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated notice attach UI for biz theme.
authorSarven Capadisli <csarven@controlyourself.ca>
Tue, 9 Jun 2009 17:59:08 +0000 (17:59 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Tue, 9 Jun 2009 17:59:08 +0000 (17:59 +0000)
theme/biz/css/base.css
theme/biz/css/display.css

index 0e37a6ee4e9d211d68d071ca8038adf082e0a679..696fd0645b1c1937f3d62ecc1d5684147b394463 100644 (file)
@@ -446,6 +446,27 @@ float:left;
 font-size:1.3em;
 margin-bottom:7px;
 }
+#form_notice label {
+display:block;
+float:left;
+font-size:1.3em;
+margin-bottom:7px;
+}
+#form_notice label[for=notice_data-attach] {
+text-indent:-9999px;
+}
+#form_notice label[for=notice_data-attach],
+#form_notice #notice_data-attach {
+position:absolute;
+top:25px;
+right:49px;
+width:16px;
+height:16px;
+cursor:pointer;
+}
+#form_notice #notice_data-attach {
+text-indent:-279px;
+}
 #form_notice #notice_submit label {
 display:none;
 }
index 14092d964efc8f63a904528b0b693e24d3b87ad0..3af4c06b91f455a8eb991a4466a71447c6be9152 100644 (file)
@@ -102,6 +102,13 @@ color:#333;
 #form_notice.warning #notice_text-count {
 color:#000;
 }
+#form_notice label[for=notice_data-attach] {
+background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
+}
+#form_notice #notice_data-attach {
+opacity:0;
+}
+
 #form_notice.processing #notice_action-submit {
 background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
 cursor:wait;