Remove unwanted torrent name spacing in user torrents (#1143)
* Update main.css * might as well remove the now unused category
Cette révision appartient à :
Parent
5a97ac8830
révision
90fa1ad922
2 fichiers modifiés avec 1 ajouts et 2 suppressions
|
@ -276,7 +276,6 @@ th { height: 40px;}
|
|||
padding: 4px 5px 4px 1px;
|
||||
min-width: 74px!important;
|
||||
}
|
||||
.user-torrent .tr-name a { margin-left: 5px; }
|
||||
|
||||
th, .home-td {
|
||||
border-bottom: 1px solid;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
{{ range i, t := UserProfile.Torrents }}
|
||||
{{ if DisplayTorrent(t, User) }}
|
||||
{{ torrent := t.ToJSON() }}
|
||||
<tr class="user-torrent torrent-info
|
||||
<tr class="torrent-info
|
||||
{{if torrent.Status == 2}}remake{{else if torrent.Status == 3}}trusted{{else if torrent.Status == 4}}aplus{{end}}">
|
||||
<!-- forced width because the <td> gets bigger randomly otherwise -->
|
||||
<td class="tr-cat user-td">
|
||||
|
|
Référencer dans un nouveau ticket