]> git.wh0rd.org - tt-rss.git/commitdiff
notice/warning style updates
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 3 Oct 2006 09:54:59 +0000 (10:54 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 3 Oct 2006 09:54:59 +0000 (10:54 +0100)
themes/graycube/theme.css
tt-rss.css

index 871cd1fb860356ee0edf9484d5bc276b7da0d4ae..71bacfa96965fb6b948bd5e21cba4c69b299a5ba 100644 (file)
@@ -54,6 +54,12 @@ div.notice {
        border : 1px solid #999999;
 }
 
+div.warning {
+       background : #ffcccc;
+       border : 1px solid #ff0000;
+}
+
+
 ul.userFeedList, ul.browseFeedList, ul.labelTestResults {
        border : 1px solid #999999;
 }
index 5952b8d35c5bfdeda9ec747438e879ce4b27acdc..b74aa487bbf25fb1bf3283113b13b650fc70f81f 100644 (file)
@@ -544,7 +544,7 @@ div.warning {
        background : #fff7d5;
        border : 1px solid #d7c47a;
        padding : 5px;
-       margin : 5px;
+       margin : 0px 0px 5px 0px;
        font-size : small;
 }
 
@@ -552,7 +552,7 @@ div.notice {
        background : #ffffff;
        border : 1px solid #88b0f0;
        padding : 5px;
-       margin : 5px;
+       margin : 0px 0px 5px 0px;
        font-size : small;
 }