diff options
author | moisseev <moiseev@mezonplus.ru> | 2020-08-08 20:59:27 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2020-08-08 20:59:27 +0300 |
commit | 1b34085ec52494c59b203908a4976d05aaa0f28f (patch) | |
tree | d968edb1a28c53c827b8a19a4a3024848f20ea2f /interface/css/rspamd.css | |
parent | cb776ef73e9043843480db683392cba4636feb51 (diff) | |
download | rspamd-1b34085ec52494c59b203908a4976d05aaa0f28f.tar.gz rspamd-1b34085ec52494c59b203908a4976d05aaa0f28f.zip |
[WebUI] Add Bayesian statistics info
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%; |