forked from GNUsocial/gnu-social
Using an icon to represent the action for more text
This commit is contained in:
parent
052466ceab
commit
e2768b8635
@ -1284,6 +1284,15 @@ height:16px;
|
|||||||
position:relative;
|
position:relative;
|
||||||
padding-left:16px;
|
padding-left:16px;
|
||||||
}
|
}
|
||||||
|
.notice .attachment.more {
|
||||||
|
text-indent:-9999px;
|
||||||
|
width:16px;
|
||||||
|
height:16px;
|
||||||
|
display:inline-block;
|
||||||
|
overflow:hidden;
|
||||||
|
vertical-align:middle;
|
||||||
|
}
|
||||||
|
|
||||||
#attachments .attachment,
|
#attachments .attachment,
|
||||||
.notice .attachment.more {
|
.notice .attachment.more {
|
||||||
padding-left:0;
|
padding-left:0;
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
@ -410,8 +410,10 @@ background-position: 0 -1714px;
|
|||||||
.notice .attachment {
|
.notice .attachment {
|
||||||
background-position:0 -394px;
|
background-position:0 -394px;
|
||||||
}
|
}
|
||||||
#attachments .attachment,
|
|
||||||
.notice .attachment.more {
|
.notice .attachment.more {
|
||||||
|
background-position:0 -2770px;
|
||||||
|
}
|
||||||
|
#attachments .attachment {
|
||||||
background:none;
|
background:none;
|
||||||
}
|
}
|
||||||
.notice-options .notice_reply {
|
.notice-options .notice_reply {
|
||||||
|
@ -409,8 +409,10 @@ background-position: 0 -1714px;
|
|||||||
.notice .attachment {
|
.notice .attachment {
|
||||||
background-position:0 -394px;
|
background-position:0 -394px;
|
||||||
}
|
}
|
||||||
#attachments .attachment,
|
|
||||||
.notice .attachment.more {
|
.notice .attachment.more {
|
||||||
|
background-position:0 -2770px;
|
||||||
|
}
|
||||||
|
#attachments .attachment {
|
||||||
background:none;
|
background:none;
|
||||||
}
|
}
|
||||||
.notice-options .notice_reply {
|
.notice-options .notice_reply {
|
||||||
|
Loading…
Reference in New Issue
Block a user