summaryrefslogtreecommitdiff
path: root/theme/base
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-06-09 15:19:19 -0400
committerRobin Millette <millette@controlyourself.ca>2009-06-09 15:19:19 -0400
commit207750e75774c823328889cb4102aad6a0b12281 (patch)
tree51335c05e93194217c90a46b21e5477bba47c378 /theme/base
parent27af3c67a2a9ea856aa2de041a986d452cce3025 (diff)
parent388677a6a684754a7dbde13551ab1bffff4d1164 (diff)
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'theme/base')
-rw-r--r--theme/base/css/display.css15
-rw-r--r--theme/base/images/icons/twotone/green/clip-01.gifbin0 -> 78 bytes
2 files changed, 15 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 7d495c539..dc275e19f 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -452,6 +452,21 @@ 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;
}
diff --git a/theme/base/images/icons/twotone/green/clip-01.gif b/theme/base/images/icons/twotone/green/clip-01.gif
new file mode 100644
index 000000000..f2dee7e5e
--- /dev/null
+++ b/theme/base/images/icons/twotone/green/clip-01.gif
Binary files differ