diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-01-06 20:30:33 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-01-07 12:23:53 +0300 |
commit | 46271b9403d77841322649caa95cc53812f175df (patch) | |
tree | 3df1bb08b3a66dca15460c558f5c5a612a56e29e /interface/css/rspamd.css | |
parent | 348e129aac10e5668aa16d19bffdb95473d52883 (diff) | |
download | rspamd-46271b9403d77841322649caa95cc53812f175df.tar.gz rspamd-46271b9403d77841322649caa95cc53812f175df.zip |
[WebUI] Add summary to the Throughput tab
Diffstat (limited to 'interface/css/rspamd.css')
-rw-r--r-- | interface/css/rspamd.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index ca0ca815e..2b5693a7d 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -538,6 +538,41 @@ td.maps-cell { padding: 5px 20px 0 20px; } +#throughput div.widget-content { + text-align: center; +} +#throughput div.widget-content > div { + display: inline-block; +} +#throughput div.widget-content div.row { + background: #fff; +} + +/* RRD summary */ +.col-fixed, +.col-fluid { + position: relative; + float: left; + padding-left: 80px; + padding-right: 80px; +} +.col-fixed { + width: 200px; + z-index: 1; +} +.col-fluid { + width: calc(100% - 200px); +} +#rrd-table { + width: 100% !important; + text-align: left; + font-size: 12px; +} +#rrd-table td { + padding-top: 2px; + padding-bottom: 2px; +} + /* Throughput graph controls */ #graph_controls select { margin: 10px 20px 0; |