forked from GNUsocial/gnu-social
Pretty fave/repeat CSS!
This commit is contained in:
parent
c4037a7549
commit
c447d1f53a
@ -873,8 +873,8 @@ content: ":";
|
|||||||
#content .notice .threaded-replies .notice,
|
#content .notice .threaded-replies .notice,
|
||||||
#content .notice .threaded-replies .notice-data {
|
#content .notice .threaded-replies .notice-data {
|
||||||
width: 440px;
|
width: 440px;
|
||||||
padding-bottom: 14px;
|
padding-bottom: 1ex;
|
||||||
padding-top: 5px;
|
padding-top: 1ex;
|
||||||
border-bottom: 2px dotted #eee;
|
border-bottom: 2px dotted #eee;
|
||||||
line-height: 1.36em;
|
line-height: 1.36em;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
@ -907,6 +907,14 @@ content: ":";
|
|||||||
clear: both;
|
clear: both;
|
||||||
font-size: 0.88em;
|
font-size: 0.88em;
|
||||||
}
|
}
|
||||||
|
.threaded-replies .notice-faves:before {
|
||||||
|
content: "\2665";
|
||||||
|
margin-right: 1ex;
|
||||||
|
}
|
||||||
|
.threaded-replies .notice-repeats:before {
|
||||||
|
content: "\267B";
|
||||||
|
margin-right: 1ex;
|
||||||
|
}
|
||||||
|
|
||||||
.threaded-replies li {
|
.threaded-replies li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user