]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/css/messages.css
add about page
[github/wallabag/wallabag.git] / themes / default / css / messages.css
index daed6d72c257b8c795c24818252554cad57e810b..3ad4e34e50e69035e753d2795172d3755575647b 100644 (file)
@@ -1,13 +1,18 @@
 .messages {
     display: block;
     clear: both;
-    width: 400px auto;
+    width: 400px;
     margin: 10px auto 10px;
     padding: 10px 0;
     -moz-border-radius: 4px;
     border-radius: 4px;
 }
 
+/* Search form message needs a little more width, depending on translations */
+#search-form {
+    width: 420px;
+}
+
 .messages a.closeMessage {
     display: none;
     float: right;