summaryrefslogtreecommitdiff
path: root/theme/base
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-03-25 14:15:54 -0700
committerBrion Vibber <brion@pobox.com>2010-03-25 14:15:54 -0700
commitc11064a5398db824f2623c5763b3fdfdf8ae3c39 (patch)
tree86663a25bea567c4e0962cb3e63a79f7f82af891 /theme/base
parent7fc8b6af4ae9a784b797d4f7aef49c820bb10bdf (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/base')
-rw-r--r--theme/base/css/display.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index a2e4cdf2a..9044021f5 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -1284,9 +1284,16 @@ height:16px;
position:relative;
padding-left:16px;
}
-#attachments .attachment {
+#attachments .attachment,
+.notice .attachment.more {
padding-left:0;
}
+.notice .attachment.more:before {
+content:'( ';
+}
+.notice .attachment.more:after {
+content:' )';
+}
.notice .attachment img {
position:absolute;
top:18px;