mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 23:36:54 +02:00
Style fixes
Comments box changed the height of the `<tr>` Tweak icon/text sizes.
This commit is contained in:
parent
aad5a0c6ea
commit
fa946844d1
1 changed files with 7 additions and 1 deletions
|
@ -65,6 +65,11 @@ table.torrent-list tbody tr td a:visited {
|
||||||
/* comments count */
|
/* comments count */
|
||||||
table.torrent-list .hdr-comments {
|
table.torrent-list .hdr-comments {
|
||||||
border-left: hidden;
|
border-left: hidden;
|
||||||
|
font-size: medium;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.torrent-list .hdr-comments i {
|
||||||
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.torrent-list tbody .comments {
|
table.torrent-list tbody .comments {
|
||||||
|
@ -73,7 +78,8 @@ table.torrent-list tbody .comments {
|
||||||
border: 1px solid #d7d7d7;
|
border: 1px solid #d7d7d7;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
color: #383838;
|
color: #383838;
|
||||||
padding: 1px 5px;
|
padding: 0 5px;
|
||||||
|
font-size: small;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
table.torrent-list tbody .comments i {
|
table.torrent-list tbody .comments i {
|
||||||
|
|
Loading…
Add table
Reference in a new issue