From 597a17af77dfe95b36848b0bf65e3fcfb8cb6755 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sun, 31 Jan 2016 14:05:56 +0100 Subject: [PATCH] Improve web UI by adding some more whitespace --- interface/css/rspamd.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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; + } -- 2.39.5