Visual enhancement to parity history display

This commit is contained in:
bergware
2018-08-28 07:55:38 +02:00
parent 2566fcaaab
commit 9dc22022ca
2 changed files with 2 additions and 1 deletions

View File

@@ -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>

View File

@@ -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}