aboutsummaryrefslogtreecommitdiffstats
path: root/interface/css
diff options
context:
space:
mode:
authorDirkjan Ochtman <dirkjan@ochtman.nl>2016-01-31 14:05:56 +0100
committerDirkjan Ochtman <dirkjan@ochtman.nl>2016-01-31 14:05:56 +0100
commit597a17af77dfe95b36848b0bf65e3fcfb8cb6755 (patch)
treeb1a2df0c0b51bc8dacb679529fe73a21870342fe /interface/css
parent9800118df8fce5931589ee2597a0e11e1e70aa8f (diff)
downloadrspamd-597a17af77dfe95b36848b0bf65e3fcfb8cb6755.tar.gz
rspamd-597a17af77dfe95b36848b0bf65e3fcfb8cb6755.zip
Improve web UI by adding some more whitespace
Diffstat (limited to 'interface/css')
-rw-r--r--interface/css/rspamd.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css
index 0e4ebd939..c47abbb08 100644
--- a/interface/css/rspamd.css
+++ b/interface/css/rspamd.css
@@ -633,3 +633,23 @@ td.maps-cell {
-moz-border-radius: 0px;
border-radius: 0px;
}
+
+/* Some spacing tweaks */
+#learning p > button {
+ margin-top: 10px;
+ }
+#learning div.widget-content:last-child > div.row {
+ padding: 0 0 15px 15px;
+ }
+#learning form div.row {
+ padding-left: 15px;
+ }
+#scanForm button {
+ margin-top: 10px;
+ }
+#historyLog_wrapper div.row:first-child > div {
+ padding: 5px 20px 0 20px;
+ }
+#historyLog_wrapper div.row:last-child > div {
+ padding: 5px 20px 0 20px;
+ }