Add some margin to all buttons in the notifications.
[Sone.git] / src / main / resources / static / css / sone.css
index c2cbdd1..c5d8e9a 100644 (file)
@@ -105,6 +105,10 @@ textarea {
        min-height: 3.5ex;
 }
 
+#sone #notification-area .notification button {
+       margin-left: 1ex;
+}
+
 #sone #notification-area .notification .dismiss {
        float: right;
 }