diff options
Diffstat (limited to 'interface/css/rspamd.css')
-rw-r--r-- | interface/css/rspamd.css | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index a0852cfa9..6394e449c 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -288,6 +288,22 @@ table#symbolsTable input[type="number"] { margin-right: 9px; } +.status-table td:last-child { + border-right: none; +} +.status-table tr:last-child td { + border-bottom: none; +} +.status-table thead th:last-child { + border-right: none; +} +.status-table tr:last-child td:first-child { + border-radius: 0 0 0 calc(.25rem - 1px); +} +.status-table tr:last-child td:last-child { + border-radius: 0 0 calc(.25rem - 1px) 0; +} + /* RRD summary */ #summary-row { padding-left: 80px; @@ -486,22 +502,6 @@ table#symbolsTable input[type="number"] { padding: 15px; } -#clusterTable td:last-child { - border-right: none; -} -#clusterTable tr:last-child td { - border-bottom: none; -} -#clusterTable thead th:last-child { - border-right: none; -} -#clusterTable tr:last-child td:first-child { - border-radius: 0 0 0 calc(.25rem - 1px); -} -#clusterTable tr:last-child td:last-child { - border-radius: 0 0 calc(.25rem - 1px) 0; -} - #modalDialog > .modal-dialog { /* Center the modal vertically */ top: 50%; |