diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-03-21 19:25:51 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-03-21 19:25:51 +0300 |
commit | 37452d157081cbdbb61dc35f44b6a24cccc68c7a (patch) | |
tree | 25ccf656582358a6954601ed15cbd2155f45558d /interface/css | |
parent | 64c930e180b11722c6905651fae65f85a52fb13e (diff) | |
download | rspamd-37452d157081cbdbb61dc35f44b6a24cccc68c7a.tar.gz rspamd-37452d157081cbdbb61dc35f44b6a24cccc68c7a.zip |
[WebUI] Use Footable to draw Throughput summary table
Diffstat (limited to 'interface/css')
-rw-r--r-- | interface/css/rspamd.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index 64550a629..c86727960 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -559,13 +559,11 @@ td.maps-cell { height: 100%; width: 100%; } -#rrd-table_wrapper { - z-index: 100; -} #rrd-table { width: 100% !important; text-align: left; font-size: 12px; + z-index: 100; } #rrd-table td { padding-top: 2px; |