Better alignement in user torrent page (#1147)
* Update main.css * Update torrents.jet.html
Cette révision appartient à :
Parent
ce1d9d8cec
révision
61a267af43
2 fichiers modifiés avec 12 ajouts et 7 suppressions
|
@ -283,7 +283,13 @@ table {
|
|||
|
||||
|
||||
th { height: 40px;}
|
||||
.home-td,.user-td { height: 37px; text-align: center; }
|
||||
|
||||
th,.home-td,.user-td {
|
||||
height: 37px;
|
||||
text-align: center;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
||||
.user-td.tr-cat {
|
||||
padding: 4px 5px 4px 1px;
|
||||
min-width: 74px!important;
|
||||
|
@ -291,7 +297,6 @@ th { height: 40px;}
|
|||
|
||||
th, .home-td {
|
||||
border-bottom: 1px solid;
|
||||
padding: 2px 5px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
|
|
@ -6,11 +6,11 @@
|
|||
{{ if len(UserProfile.Torrents) > 0 }}
|
||||
<table>
|
||||
<tr class="torrent-info">
|
||||
<th class="tr-cat">{{ T("category")}}</th>
|
||||
<th class="tr-name">{{ T("name")}}</th>
|
||||
<th class="tr-dl">{{ T("links")}}</th>
|
||||
<th class="tr-size hide-xs">{{ T("size")}}</th>
|
||||
<th class="tr-date hide-xs">{{ T("date")}}</th>
|
||||
<th class="tr-cat user-td">{{ T("category")}}</th>
|
||||
<th class="tr-name user-td">{{ T("name")}}</th>
|
||||
<th class="tr-dl user-td">{{ T("links")}}</th>
|
||||
<th class="tr-size user-td hide-xs">{{ T("size")}}</th>
|
||||
<th class="tr-date user-td hide-xs">{{ T("date")}}</th>
|
||||
</tr>
|
||||
{{ range i, t := UserProfile.Torrents }}
|
||||
{{ if DisplayTorrent(t, User) }}
|
||||
|
|
Référencer dans un nouveau ticket