Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix modtools always shown

Cette révision appartient à :
akuma06 2017-06-23 03:15:56 +02:00
Parent 5ab2688e78
révision 8c62d7bbe6
2 fichiers modifiés avec 2 ajouts et 7 suppressions

Voir le fichier

@ -645,7 +645,6 @@ input.filelist-checkbox:checked + table.table-filelist {
.tr-cb { .tr-cb {
width: 20px; width: 20px;
text-align: left; text-align: left;
display: none;
} }
.modtools .actions { .modtools .actions {
display: none; display: none;
@ -855,10 +854,6 @@ input.filelist-checkbox:checked + table.table-filelist {
top:130px; top:130px;
} }
#content.content-admin .tr-cb {
display: table-cell;
}
.tr-actions .form-input{ .tr-actions .form-input{
display: inline-block; display: inline-block;
} }

Voir le fichier

@ -14,7 +14,7 @@
<thead class="torrent-info"> <thead class="torrent-info">
<tr> <tr>
{{ if HasAdmin $.User }} {{ if HasAdmin $.User }}
<th class="tr-cb"><input type="checkbox" name="select_all" onchange="TorrentsMod.selectAll(this.checked)"></th> <th class="tr-cb hide"><input type="checkbox" name="select_all" onchange="TorrentsMod.selectAll(this.checked)"></th>
{{end}} {{end}}
<th class="tr-cat">{{call $.T "category"}}</th> <th class="tr-cat">{{call $.T "category"}}</th>
<th class="tr-lang"></th> <th class="tr-lang"></th>
@ -45,7 +45,7 @@
{{if eq .Status 3}}trusted{{end}} {{if eq .Status 3}}trusted{{end}}
{{if eq .Status 4}}aplus{{end}}" > {{if eq .Status 4}}aplus{{end}}" >
{{ if HasAdmin $.User }} {{ if HasAdmin $.User }}
<td class="tr-cb"> <td class="tr-cb hide">
<input data-name="{{ .Name }}" type="checkbox" id="torrent_cb_{{ .ID }}" name="torrent_id" value="{{ .ID }}"> <input data-name="{{ .Name }}" type="checkbox" id="torrent_cb_{{ .ID }}" name="torrent_id" value="{{ .ID }}">
</td> </td>
{{ end }} {{ end }}