Add some margin to all buttons in the notifications.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 19 Jan 2011 19:55:23 +0000 (20:55 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 19 Jan 2011 19:55:23 +0000 (20:55 +0100)
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;
 }