]> git.wh0rd.org - tt-rss.git/blobdiff - utility.css
handle missing update schema diff in update.php
[tt-rss.git] / utility.css
index 9bdb77c21405bdd879a94a8c31413049702e5ead..8a254afc1576dca4181824807c415831967cf93e 100644 (file)
@@ -28,3 +28,36 @@ a:hover {
        color : black;
 }
 
+div.notice {
+       background : #ffffff;
+       border : 1px solid #88b0f0;
+       width : 50%;
+       padding : 5px;
+       margin : 0px 0px 5px 0px;
+       font-size : 9pt;
+}
+
+div.warning {
+       background : #fff7d5;
+       border : 1px solid #d7c47a;
+       font-size : 9pt;
+       width : 50%;
+       padding : 5px;
+       margin : 0px 0px 5px 0px;
+}
+
+
+div.warning img, div.notice img, div.error img {
+       vertical-align : middle;
+       padding : 5px;
+}
+
+div.error {
+       border : 1px solid #ff0000;
+       background : #ffcccc;
+       padding : 5px;
+       margin : 0px 0px 5px 0px;
+       font-size : 9pt;
+       width : 50%;
+}
+