Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix dates and user torrent table

Cette révision appartient à :
kipukun 2017-05-27 17:19:43 -04:00
Parent cdd6438e88
révision 05701f1c38
2 fichiers modifiés avec 4 ajouts et 3 suppressions

Voir le fichier

@ -222,6 +222,7 @@ select.form-input {
table {
border-collapse:collapse;
width: 100%;
table-layout: fixed;
}
@ -250,7 +251,7 @@ th { border-bottom-width: 2px; }
.tr-size { width: 90px; }
.tr-se, .tr-le { font-weight: bold; }
.tr-se, .tr-le, .tr-dl { width: 50px; }
.tr-date { width: 90px; }
.tr-date { width: 100px; }
.sort-arrows { margin-left: 0.2rem; }
.sort-arrows span {
@ -467,7 +468,7 @@ td.tr-le { color: #E84C4C; }
font-weight: bold;
}
.torrent-info-data {
width: 60%;
width: 50%;
}
.torrent-info-row {
text-align: left;

Voir le fichier

@ -44,7 +44,7 @@
<td class="tr-size hide-xs">
{{ fileSize .Filesize $.T }}
</td>
<td class="tr-date home-td date-short hide-xs">{{.Date}}</td>
<td class="tr-date date-short hide-xs">{{.Date}}</td>
</tr>
{{end}}
{{end}}