blob: b8297a818e85cc9ef83b9c5df6dd9c3f39378f19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.list-item-links,
.list-item-actions {
display: inline-block;
float: left;
margin-left: 10px
}
.list-item-links a {
margin: 0
}
.list-item-action-hidden {
display: none
}
|