summaryrefslogtreecommitdiff
path: root/theme/base
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-03-18 14:29:35 +0100
committerSarven Capadisli <csarven@status.net>2010-03-25 22:18:29 +0100
commitf137946607f5f5350333e1c91dddcbac68772569 (patch)
tree0855e8ef7aeb126d213f675b3ce00bac572013fe /theme/base
parent8336e241797e588d7ca7df8792c70839c0ddfd09 (diff)
Using an icon to represent the action for more text
Diffstat (limited to 'theme/base')
-rw-r--r--theme/base/css/display.css9
-rw-r--r--theme/base/images/icons/icons-01.gifbin4080 -> 4120 bytes
2 files changed, 9 insertions, 0 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