aboutsummaryrefslogtreecommitdiffstats
path: root/interface/css
diff options
context:
space:
mode:
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;
+ }