diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-06-09 15:19:19 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-06-09 15:19:19 -0400 |
commit | 207750e75774c823328889cb4102aad6a0b12281 (patch) | |
tree | 51335c05e93194217c90a46b21e5477bba47c378 /theme/base | |
parent | 27af3c67a2a9ea856aa2de041a986d452cce3025 (diff) | |
parent | 388677a6a684754a7dbde13551ab1bffff4d1164 (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.css | 15 | ||||
-rw-r--r-- | theme/base/images/icons/twotone/green/clip-01.gif | bin | 0 -> 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 Binary files differnew file mode 100644 index 000000000..f2dee7e5e --- /dev/null +++ b/theme/base/images/icons/twotone/green/clip-01.gif |