From: Dirkjan Ochtman Date: Sun, 31 Jan 2016 13:05:56 +0000 (+0100) Subject: Improve web UI by adding some more whitespace X-Git-Tag: 1.2.0~293^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F509%2Fhead;p=thirdparty%2Frspamd.git Improve web UI by adding some more whitespace --- diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index 0e4ebd939a..c47abbb085 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; + }