Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Disable date word-wrap, fixes #68

Cette révision appartient à :
sfan5 2017-05-05 22:29:39 +02:00
Parent 64f4c4ce05
révision d2ba01b2a4

Voir le fichier

@ -90,6 +90,9 @@ a {
padding: 4px;
}
tr.torrent-info td.date {
white-space: nowrap;
}
.custom-table-hover > tbody > tr:hover {
opacity: 0.82;
@ -100,4 +103,3 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:first-of-ty
div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:nth-of-type(3){width:15%;}
div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:nth-of-type(4){width:19%;}
div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-type{width:6%;}
tr.torrent-info td.hash,tr.torrent-info td.date{word-wrap:break-word;}