]> 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 397fbeb592327679f411e34c8d83210163703b60..57627aa583fefb218eb214058c94bf9f2251ee60 100644 (file)
@@ -572,13 +572,13 @@ div.prefsTabSelected {
        font-size : 9pt;
        font-family : "Lucida Grande", Tahoma, sans-serif;
        position : relative;
-       bottom : -2px;
+       bottom : -1px;
        border-collapse : collapse;
        -moz-border-radius : 3px;
        font-weight : bold;
        min-width : 100px;
        text-align : center;
-       z-index : 999;
+       z-index : 2;
 }
 
 div.notice {
@@ -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;
@@ -1508,6 +1512,6 @@ a.helpLinkPic img {
        display : none;
 }
 
-#feedCatHolder {
+li.feedCatHolder {
        display : inline;
 }