Ver Fonte

minor ui tweaks

Nick Sweeting há 6 anos atrás
pai
commit
1772bbfb13
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      archivebox/templates/index.html
  2. 1 1
      archivebox/templates/index_row.html

+ 1 - 1
archivebox/templates/index.html

@@ -146,7 +146,7 @@
                 <tr>
                 <tr>
                     <th style="width: 80px;">Bookmarked</th>
                     <th style="width: 80px;">Bookmarked</th>
                     <th style="width: 26vw;">Saved Link ($num_links)</th>
                     <th style="width: 26vw;">Saved Link ($num_links)</th>
-                    <th style="width: 50px">Saved Files</th>
+                    <th style="width: 50px">Files</th>
                     <th style="width: 16vw;whitespace:nowrap;overflow-x:hidden;">Original URL</th>
                     <th style="width: 16vw;whitespace:nowrap;overflow-x:hidden;">Original URL</th>
                 </tr>
                 </tr>
             </thead>
             </thead>

+ 1 - 1
archivebox/templates/index_row.html

@@ -2,7 +2,7 @@
     <td title="Bookmarked timestamp: $timestamp">$bookmarked_date</td>
     <td title="Bookmarked timestamp: $timestamp">$bookmarked_date</td>
     <td style="text-align: left">
     <td style="text-align: left">
         <a href="$link_dir/$index_url" title="Link Index">
         <a href="$link_dir/$index_url" title="Link Index">
-            <img src="$link_dir/$favicon_url" onerror="this.src='static/spinner.gif'" class="link-favicon">
+            <img src="$link_dir/$favicon_url" onerror="this.style.opacity=0" class="link-favicon">
         </a>
         </a>
         <a href="$link_dir/$archive_url" style="font-size:1.4em;text-decoration:none;color:black;" title="$title">
         <a href="$link_dir/$archive_url" style="font-size:1.4em;text-decoration:none;color:black;" title="$title">
             <span data-title-for="$url" data-archived="$is_archived">$title</span>
             <span data-title-for="$url" data-archived="$is_archived">$title</span>