]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Using an icon to represent the action for more text
authorSarven Capadisli <csarven@status.net>
Thu, 18 Mar 2010 13:29:35 +0000 (14:29 +0100)
committerSarven Capadisli <csarven@status.net>
Thu, 25 Mar 2010 21:18:29 +0000 (22:18 +0100)
theme/base/css/display.css
theme/base/images/icons/icons-01.gif
theme/default/css/display.css
theme/identica/css/display.css

index 757ce7ff1bb70993fc0d918a27c08dfabe4020f5..fdbf59781da5235f93987ae3320c669a93284d27 100644 (file)
@@ -1284,6 +1284,15 @@ height:16px;
 position:relative;
 padding-left:16px;
 }
+.notice .attachment.more {
+text-indent:-9999px;
+width:16px;
+height:16px;
+display:inline-block;
+overflow:hidden;
+vertical-align:middle;
+}
+
 #attachments .attachment,
 .notice .attachment.more {
 padding-left:0;
index bf0f1230e5e16d75e630a487708d8a45ed4f6abf..e0850aa8823636a300abb7d6e0def853a841387e 100644 (file)
Binary files a/theme/base/images/icons/icons-01.gif and b/theme/base/images/icons/icons-01.gif differ
index c08a03061d6b8f6244219ae27479d89a1907b458..a283930e510bb8f1eb014f2adab27f6545339327 100644 (file)
@@ -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 {
index 62a9e25d8199fbbd5c138b713382efb5509398d1..69d265a6b74f34e0c873648d0efd176c0db57e33 100644 (file)
@@ -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 {