diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-10-21 21:53:15 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-10-21 21:53:15 +0300 |
commit | 1bbc384db6a6798800c04292820ab503121db918 (patch) | |
tree | 0f30b7c500a7322f56552d4135a9408b3c6ca440 /interface/css | |
parent | 82f687439412e6dc3268239fca0798f586d15cc6 (diff) | |
download | rspamd-1bbc384db6a6798800c04292820ab503121db918.tar.gz rspamd-1bbc384db6a6798800c04292820ab503121db918.zip |
[WebUI] Add history rows per page control
Diffstat (limited to 'interface/css')
-rw-r--r-- | interface/css/rspamd.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index 7c6880f6c..b99c3e2b3 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -155,8 +155,13 @@ input.action-scores { height: auto; } .widget-title-form label { + font-size: 12px; font-weight: normal; } +#history_page_size { + width:6em !important; + text-align: center; +} /* Symbols coloring */ .symbol-default { |