]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
handle missing update schema diff in update.php
[tt-rss.git] / tt-rss.css
index 45d2b2820e477c819328058ab69398d1614257cc..57627aa583fefb218eb214058c94bf9f2251ee60 100644 (file)
@@ -572,7 +572,7 @@ div.prefsTabSelected {
        font-size : 9pt;
        font-family : "Lucida Grande", Tahoma, sans-serif;
        position : relative;
-       bottom : 0px;
+       bottom : -1px;
        border-collapse : collapse;
        -moz-border-radius : 3px;
        font-weight : bold;
@@ -600,7 +600,7 @@ div.warning {
 }
 
 
-div.warning img, div.notice img {
+div.warning img, div.notice img, div.error img {
        vertical-align : middle;
        padding : 5px;
 }
@@ -740,6 +740,10 @@ span.contentPreview:hover {
        color : #4684ff;
 }
 
+table.headlinesList {
+       width : 100%;
+}
+
 table.headlinesList td.hlMarkedPic {
        width : 25px;
        text-align : center;