aboutsummaryrefslogtreecommitdiffstats
path: root/interface/css/rspamd.css
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-01-08 12:06:10 +0000
committerGitHub <noreply@github.com>2017-01-08 12:06:10 +0000
commit95f9bd8b32b17261e168d53a50dd1c9e4d2a752b (patch)
treec7e7b0c4ed26e3c988707807d78b3d16e93f0a5e /interface/css/rspamd.css
parent6bdbf5e9f5ec23bf74baa070ecfacff066d88c1b (diff)
parent7ea6a8c87804ca767864be10ab741b7d0e73e1ae (diff)
downloadrspamd-95f9bd8b32b17261e168d53a50dd1c9e4d2a752b.tar.gz
rspamd-95f9bd8b32b17261e168d53a50dd1c9e4d2a752b.zip
Merge pull request #1318 from moisseev/rrd-summary
[WebUI] Add summary to the Throughput tab
Diffstat (limited to 'interface/css/rspamd.css')
-rw-r--r--interface/css/rspamd.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css
index 9ec12f2b7..159d6ca50 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;