Add minimum height to all notifications.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 14 Nov 2010 20:59:01 +0000 (21:59 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 14 Nov 2010 20:59:01 +0000 (21:59 +0100)
src/main/resources/static/css/sone.css

index 75a0bfd..d2397de 100644 (file)
@@ -58,6 +58,7 @@ textarea {
        border: solid 1px #ccc;
        background-color: #ffffa0;
        margin-bottom: 1ex;
+       min-height: 3.5ex;
 }
 
 #sone #notification-area .notification .dismiss {