summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-03-18 14:29:35 +0100
committerSarven Capadisli <csarven@status.net>2010-03-18 14:29:35 +0100
commite2768b863578ef1b763ebcc9e5adfaea5dfba9d2 (patch)
tree3d425612025327be0bb9e0fdc724a88512aab9e2 /theme
parent052466ceab9666b30b6ee38bbb5774b1070618ad (diff)
Using an icon to represent the action for more text
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css9
-rw-r--r--theme/base/images/icons/icons-01.gifbin4080 -> 4120 bytes
-rw-r--r--theme/default/css/display.css4
-rw-r--r--theme/identica/css/display.css4
4 files changed, 15 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 757ce7ff1..fdbf59781 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -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;
diff --git a/theme/base/images/icons/icons-01.gif b/theme/base/images/icons/icons-01.gif
index bf0f1230e..e0850aa88 100644
--- a/theme/base/images/icons/icons-01.gif
+++ b/theme/base/images/icons/icons-01.gif
Binary files differ
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 {
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index 62a9e25d8..69d265a6b 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -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 {