diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-18 14:29:35 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-25 22:18:29 +0100 |
commit | f137946607f5f5350333e1c91dddcbac68772569 (patch) | |
tree | 0855e8ef7aeb126d213f675b3ce00bac572013fe /theme/default | |
parent | 8336e241797e588d7ca7df8792c70839c0ddfd09 (diff) |
Using an icon to represent the action for more text
Diffstat (limited to 'theme/default')
-rw-r--r-- | theme/default/css/display.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css index c08a03061..a283930e5 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -410,8 +410,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 { |