diff options
author | Friendika <info@friendika.com> | 2011-05-24 23:01:24 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-24 23:01:24 -0700 |
commit | de482058b8cba64448e690b97b36e8e2877d6e17 (patch) | |
tree | 35e47965d772c6e170407d9b3e146f22a7d6900b /view/theme/duepuntozero | |
parent | 73b4faca5c7af506558eba6b7317d23551f1aefa (diff) | |
download | volse-hubzilla-de482058b8cba64448e690b97b36e8e2877d6e17.tar.gz volse-hubzilla-de482058b8cba64448e690b97b36e8e2877d6e17.tar.bz2 volse-hubzilla-de482058b8cba64448e690b97b36e8e2877d6e17.zip |
fix attach icon
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index f202e9ff5..f44931a5f 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2428,6 +2428,8 @@ a.mail-list-link { .unlock { background-position: -32px -32px;} .video { background-position: -48px -32px;} .youtube { background-position: -64px -32px;} +.attach { background-position: -80px -32px; } + .attachtype { display: block; width: 20px; height: 23px; |