Style fixes

Comments box changed the height of the `<tr>`
Tweak icon/text sizes.
This commit is contained in:
Kfir Hadas 2017-05-26 19:23:34 +03:00
parent aad5a0c6ea
commit fa946844d1
1 changed files with 7 additions and 1 deletions

View File

@ -65,6 +65,11 @@ table.torrent-list tbody tr td a:visited {
/* comments count */
table.torrent-list .hdr-comments {
border-left: hidden;
font-size: medium;
}
table.torrent-list .hdr-comments i {
margin-right: 6px;
}
table.torrent-list tbody .comments {
@ -73,7 +78,8 @@ table.torrent-list tbody .comments {
border: 1px solid #d7d7d7;
border-radius: 3px;
color: #383838;
padding: 1px 5px;
padding: 0 5px;
font-size: small;
background-color: #ffffff;
}
table.torrent-list tbody .comments i {