gui: shorten some columns headers in search results. resolves #10872

which allows the name column to expand
the shortened column headers have titles so a hover will show the full header
This commit is contained in:
Garfield69 2022-08-18 21:59:46 +12:00
parent 1ee452b8bc
commit 3dd5a80b2a
1 changed files with 14 additions and 14 deletions

View File

@ -446,14 +446,14 @@
<th>Name</th>
<th>Size</th>
<th>Size</th>
<th>Files</th>
<th title="Files">F</th>
<th>Category</th>
<th>Grabs</th>
<th>Seeds</th>
<th>Leechers</th>
<th class="fit">DL Factor</th>
<th class="fit">UL Factor</th>
<th>Download</th>
<th title="Grabs">G</th>
<th title="Seeders">S</th>
<th title="Leechers">L</th>
<th title="DownloadVolumeFactor" class="fit">DLF</th>
<th title="UploadVolumeFactor" class="fit">ULF</th>
<th title="Download">DL</th>
</tr>
</thead>
<tbody>
@ -574,14 +574,14 @@
<th>Name</th>
<th>Size</th>
<th>Size</th>
<th>Files</th>
<th title="Files">F</th>
<th>Category</th>
<th>Grabs</th>
<th>Seeds</th>
<th>Leechers</th>
<th>DL Factor</th>
<th>UL Factor</th>
<th>Download</th>
<th title="Grabs">G</th>
<th title="Seeders">S</th>
<th title="Leechers">L</th>
<th title="DownloadVolumeFactor" class="fit">DLF</th>
<th title="UploadVolumeFactor" class="fit">ULF</th>
<th title="Download">DL</th>
</tr>
</thead>
<tbody>