Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Add big download button, a la nyaa + other small

Cette révision appartient à :
kipukun 2017-05-05 11:02:53 -04:00
Parent a4fad72512
révision dcf9311e87
3 fichiers modifiés avec 17 ajouts et 5 suppressions

Voir le fichier

@ -56,6 +56,19 @@ a {
text-decoration : none;
}
.download-btn {
font-size: 20px;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
border: none;
}
.torrent-info .name {
font-weight: bold;
overflow: hidden;

BIN
nyaa-master Fichier normal

Fichier binaire non affiché.

Voir le fichier

@ -2,12 +2,11 @@
{{define "content"}}
<div class="blockBody">
{{with .Torrent}}
<table class="table">
<hr>
<table class="table table-borderless">
<tr {{if eq .Status 2}}class="remake"{{end}}
{{if eq .Status 3}}class="trusted"{{end}}
{{if eq .Status 4}}class="aplus"{{end}}>
<td>Id</td>
<td>{{.Id}}</td>
</tr>
<tr>
<td>Name</td>
@ -22,12 +21,12 @@
<td class="date-full">{{.Date}}</td>
</tr>
<tr>
<td>FileSize</td>
<td>Size</td>
<td>{{.Filesize}}</td>
</tr>
<tr>
<td>Links</td>
<td><a href="{{.Magnet}}" title="Magnet link" ><span class="glyphicon glyphicon-magnet" aria-hidden="true"></span></a>
<td><a aria-label="Magnet Button" href="{{.Magnet}}" type="button" class="btn btn-success download-btn"><span class="glyphicon glyphicon-magnet" aria-hidden="true"></span> Download!</button>
<!-- <a
href="https://itorrents.org/torrent/{{.Hash}}.torrent" title="Torrent file"><span class="glyphicon glyphicon-floppy-save" aria-hidden="true"></span></a>-->
</td>