diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-25 14:15:54 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-25 14:15:54 -0700 |
commit | c11064a5398db824f2623c5763b3fdfdf8ae3c39 (patch) | |
tree | 86663a25bea567c4e0962cb3e63a79f7f82af891 /theme/default/css/display.css | |
parent | 7fc8b6af4ae9a784b797d4f7aef49c820bb10bdf (diff) |
Updated 'more' anchor for attachments to do an XHR GET
Conflicts:
lib/attachmentlist.php
plugins/OStatus/classes/Ostatus_profile.php
Merge tried to delete things that it seems it shouldn't, very confusing order. Hope rest of the cherry-picking isn't a problem.
Diffstat (limited to 'theme/default/css/display.css')
-rw-r--r-- | theme/default/css/display.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css index d92a53965..c08a03061 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -410,7 +410,8 @@ background-position: 0 -1714px; .notice .attachment { background-position:0 -394px; } -#attachments .attachment { +#attachments .attachment, +.notice .attachment.more { background:none; } .notice-options .notice_reply { |