]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/baggy/css/messages.css
Merge pull request #1814 from wallabag/dev
[github/wallabag/wallabag.git] / themes / baggy / css / messages.css
index 42da70b30dbc8a4d36a9caae3653e2eadbceb3ca..5854e7318089d21fd1ad888d4711296fb6b2d8a7 100755 (executable)
@@ -1,3 +1,20 @@
+.messages {
+    display: block;
+    clear: both;
+    width: 400px;
+    margin: 10px auto 10px;
+    padding: 10px 0;
+    -moz-border-radius: 4px;
+    border-radius: 4px;
+}
+
+.messages p {
+    margin: 3px 0 3px 10px !important;
+    padding: 0 10px 0 23px !important;
+    font-size: 14px;
+    line-height: 16px;
+}
+
 .messages.error.install {
     border: 1px solid #c42608;
     color: #c00 !important;
     border: 1px solid #6dc70c;
     background: #e0fbcc !important;
     text-align: left;
+}
+
+.messages.information,
+.messages.info {
+    border: 1px solid #82aee7;
+    background: #dfebfb;
 }
\ No newline at end of file