Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
* Update view.jet.html

* fix height of "loop icon"
Cette révision appartient à :
kilo 2017-07-20 21:32:51 +02:00 révisé par akuma06
Parent 77659c8ebd
révision bee042490b
2 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

@ -132,7 +132,7 @@ select.form-input {
position: relative;
padding: 0;
width: 16px;
height: 26px;
height: 24px;
box-shadow: none;
border: none;
vertical-align: middle;

Voir le fichier

@ -66,7 +66,7 @@
{{else}}
<p>{{ T("no_description") }}</p>
{{end}}
<input type="checkbox" id="show-filelist" {{if len(Torrent.FileList) < 4 && len(Torrent.FileList) != 0}}checked{{end}}>
<input type="checkbox" id="show-filelist" {{if len(Torrent.FileList) < 4 && len(Torrent.FileList) > 1}}checked{{end}}>
<label class="torrent-hr filelist-control{{if len(Torrent.FileList) == 0}} hidden{{end}}" for="show-filelist">{{ T("files")}}</label>
<div class="torrent-info-box{{if len(Torrent.FileList) == 0}} hidden{{end}}" id="filelist">
{{ if len(Torrent.FileList) > 0 }}