]> source.dussan.org Git - rspamd.git/commitdiff
Improve web UI by adding some more whitespace 509/head
authorDirkjan Ochtman <dirkjan@ochtman.nl>
Sun, 31 Jan 2016 13:05:56 +0000 (14:05 +0100)
committerDirkjan Ochtman <dirkjan@ochtman.nl>
Sun, 31 Jan 2016 13:05:56 +0000 (14:05 +0100)
interface/css/rspamd.css

index 0e4ebd939ae202d1eebd28daa7ff6b4946cd22ec..c47abbb0859aa15ee77cdde8c0a1e4a3195ee463 100644 (file)
@@ -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;
+    }