mirror of
https://github.com/unraid/webgui.git
synced 2026-03-07 01:30:59 -06:00
Visual enhancement to parity history display
This commit is contained in:
@@ -55,6 +55,6 @@ else
|
||||
echo "<tr><td colspan='5' style='text-align:center;padding-top:12px'>No parity check history present!</td></tr>";
|
||||
?>
|
||||
</tbody></table>
|
||||
<div style="text-align:center"><input type="button" value="Done" onclick="top.Shadowbox.close()"></div>
|
||||
<div style="text-align:center;margin-top:12px"><input type="button" value="Done" onclick="top.Shadowbox.close()"></div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -13,5 +13,6 @@ table tbody td{padding:5px 0}
|
||||
table.share_status{white-space:nowrap}
|
||||
table.share_status thead tr:first-child td{font-size:15px;background:#e8e8e8}
|
||||
table.share_status thead tr:last-child{border-bottom:1px solid #e3e3e3}
|
||||
table.share_status tbody tr:nth-child(even){background-color:#ededed}
|
||||
table.share_status tr>td{text-align:left;padding-left:12px}
|
||||
table.share_status tr>td+td{padding-left:0}
|
||||
|
||||
Reference in New Issue
Block a user