diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-18 14:29:35 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-18 14:29:35 +0100 |
commit | e2768b863578ef1b763ebcc9e5adfaea5dfba9d2 (patch) | |
tree | 3d425612025327be0bb9e0fdc724a88512aab9e2 /theme/identica | |
parent | 052466ceab9666b30b6ee38bbb5774b1070618ad (diff) |
Using an icon to represent the action for more text
Diffstat (limited to 'theme/identica')
-rw-r--r-- | theme/identica/css/display.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 62a9e25d8..69d265a6b 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -409,8 +409,10 @@ background-position: 0 -1714px; .notice .attachment { background-position:0 -394px; } -#attachments .attachment, .notice .attachment.more { +background-position:0 -2770px; +} +#attachments .attachment { background:none; } .notice-options .notice_reply { |