Add minimum height to all notifications.
[Sone.git] / src / main / resources / static / css / sone.css
index c6b65ff..d2397de 100644 (file)
@@ -58,6 +58,11 @@ textarea {
        border: solid 1px #ccc;
        background-color: #ffffa0;
        margin-bottom: 1ex;
+       min-height: 3.5ex;
+}
+
+#sone #notification-area .notification .dismiss {
+       float: right;
 }
 
 #sone #notification-area .notification > div {