Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Merge pull request #606 from MMP0/patch-20

Fix line breaks
Cette révision appartient à :
akuma06 2017-05-18 03:52:18 +02:00 révisé par GitHub
révision 66b94eb360
2 fichiers modifiés avec 8 ajouts et 12 suppressions

Voir le fichier

@ -122,10 +122,6 @@ td {
font-family: monospace;
}
.torrent-info .filesize {
white-space: nowrap;
}
.comment-row td:first-of-type {
vertical-align: top;
text-align: left;
@ -133,6 +129,10 @@ td {
}
/* Table style & fixes */
.table > tbody > tr > th, .nowrap {
white-space: nowrap;
}
.table > tbody > tr > td {
/* fix bootstrap uglyness */
vertical-align: middle;
@ -148,10 +148,6 @@ td {
grid-template-columns: 240px;
}
tr.torrent-info td.date {
white-space: nowrap;
}
.custom-table-hover > tbody > tr:hover {
opacity: 0.82;
}

Voir le fichier

@ -33,7 +33,7 @@ Your browser does not support the audio element.
<th class="col-xs-1 hidden-xs"><a href="{{ genSearchWithOrdering .URL "7" }}">{{T "D"}}{{ genSortArrows .URL "7" }}</a></th>
<th class="col-xs-1 hidden-xs"><a href="{{ genSearchWithOrdering .URL "2" }}">{{T "date"}}{{ genSortArrows .URL "2" }}</th></a>
<th class="col-xs-1 hidden-xs"><a href="{{ genSearchWithOrdering .URL "4" }}">{{T "size"}}{{ genSortArrows .URL "4" }}</a></th>
<th class="col-xs-1 hidden-xs" style="white-space: nowrap;">{{T "links"}}</th>
<th class="col-xs-1 hidden-xs">{{T "links"}}</th>
</tr>
{{ range .ListTorrents}}
<tr class="torrent-info
@ -65,9 +65,9 @@ Your browser does not support the audio element.
<td class="hidden-xs"><b class="text-danger">{{.Leechers}}</b></td>
<td class="hidden-xs">{{.Completed}}</td>
{{end}}
<td class="hidden-xs date date-short">{{.Date}}</td>
<td class="hidden-xs filesize">{{.Filesize}}</td>
<td class="hidden-xs">
<td class="hidden-xs nowrap date-short">{{.Date}}</td>
<td class="hidden-xs nowrap">{{.Filesize}}</td>
<td class="hidden-xs nowrap">
<a href="{{.Magnet}}" title="Magnet link">
<span class="glyphicon glyphicon-magnet" aria-hidden="true"></span>
</a>