Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Small css fix,, classic improvements & translation change (#1543)

* remove useless spacing

* spacing through CSS instead of HTML

* remove icon spacing on classic

* Update en-us.all.json

* Update classic.css

* Update classic.css
Cette révision appartient à :
kilo 2017-09-10 14:53:34 +02:00 révisé par ewhal
Parent 3274a9f1ba
révision 83bd0165d1
4 fichiers modifiés avec 19 ajouts et 3 suppressions

Voir le fichier

@ -20,6 +20,11 @@ body {
width: 87%;
}
.form-refine span.spacing {
font-size: 0.9em;
width: 90px;
}
a {
color: #106655;
}
@ -261,9 +266,13 @@ select.form-input {
.torrent-buttons a:hover {
text-decoration: none;
}
.torrent-buttons div {
margin-right: 0!important;
}
.torrent-buttons [class*="icon-"]::before {
display: none;
}
th, th a {
color: black;
}
@ -272,6 +281,7 @@ th {
font-size: 0.9em;
vertical-align: bottom;
padding-bottom: 0!important;
height: auto;
}
td {
@ -350,11 +360,16 @@ a.nav-btn.log-in {
margin-right: 5px;
}
.results.box>table>thead.torrent-info>tr {
height: auto;
}
.box.refine {
border-radius: 4px 4px 0 0;
border-bottom: none;
display:block!important;
padding: 8px;
border-radius: 4px 4px 0 0;
padding-bottom: 11px;
}
.box.refine.refine-not-search {
display: none!important;

Voir le fichier

@ -656,6 +656,7 @@ html, body {
.torrent-buttons a [class^="icon-"], .torrent-buttons a [class*=" icon-"], a.form-input.btn-green>div[class^="icon-"], a.form-input.btn-green>div[class*="icon-"] {
vertical-align: initial;
margin-right: 5px;
}
#mascotKeepHide {

Voir le fichier

@ -134,7 +134,7 @@
<div class="icon-magnet"></div>{{ T("magnet_link")}}
</a>
<a href="{{Torrent.TorrentLink}}" class="form-input download{{ if !torrentFileExists(Torrent.Hash, Torrent.TorrentLink)}} hidden{{end}}" style="float:left;height: auto;">
<div class="icon-floppy"></div> {{ T("torrent_file")}}
<div class="icon-floppy"></div>{{ T("torrent_file")}}
</a>
{{ if User.ID > 0}}
<a id="reportPopup" href="#" class="form-input">{{ T("report_btn") }}</a>

Voir le fichier

@ -381,7 +381,7 @@
},
{
"id": "uploading_file_prefills_fields",
"translation": "Uploading a torrent file allows pre-filling some fields. This is recommended."
"translation": "Uploading a torrent file allows pre-filling the magnet field. This is recommended."
},
{
"id": "magnet_link",