make size & date centered in user torrent view (#1140)
* css changes * Update main.css * Update torrents.jet.html
Cette révision appartient à :
Parent
f8dd7cb0fb
révision
2a119e6537
2 fichiers modifiés avec 6 ajouts et 7 suppressions
|
@ -271,8 +271,8 @@ table {
|
|||
|
||||
|
||||
th { height: 40px;}
|
||||
.home-td,.user-td { height: 37px; }
|
||||
.user-td {
|
||||
.home-td,.user-td { height: 37px; text-align: center; }
|
||||
.user-td.tr-cat {
|
||||
padding: 4px 5px 4px 1px;
|
||||
min-width: 74px!important;
|
||||
}
|
||||
|
@ -280,7 +280,6 @@ th { height: 40px;}
|
|||
|
||||
th, .home-td {
|
||||
border-bottom: 1px solid;
|
||||
text-align: center;
|
||||
padding: 2px 5px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -32,12 +32,12 @@
|
|||
</a>
|
||||
</div>
|
||||
</td>
|
||||
<td class="tr-name">
|
||||
<td class="tr-name user-td">
|
||||
<a href="/view/{{torrent.ID}}">
|
||||
{{torrent.Name}}
|
||||
</a>
|
||||
</td>
|
||||
<td class="tr-links">
|
||||
<td class="tr-links user-td">
|
||||
<a href="{{torrent.Magnet}}" title="{{ T("magnet_link") }}">
|
||||
<div class="icon-magnet"></div>
|
||||
</a>
|
||||
|
@ -47,10 +47,10 @@
|
|||
</a>
|
||||
{{end}}
|
||||
</td>
|
||||
<td class="tr-size hide-xs">
|
||||
<td class="tr-size user-td hide-xs">
|
||||
{{ fileSize(torrent.Filesize, T) }}
|
||||
</td>
|
||||
<td class="tr-date date-short hide-xs">{{torrent.Date}}</td>
|
||||
<td class="tr-date user-td date-short hide-xs">{{torrent.Date}}</td>
|
||||
</tr>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
|
Référencer dans un nouveau ticket