]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
Updated 'more' anchor for attachments to do an XHR GET
[quix0rs-gnu-social.git] / theme / base / css / display.css
index a2e4cdf2afe3347aba21d549be3ceb5e2c94b701..9044021f5f5544da29b79fa75c886f7473e75fc3 100644 (file)
@@ -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;