]> 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 113f289e33c4abc46b20e6d5b8f029c4bb46b140..57627aa583fefb218eb214058c94bf9f2251ee60 100644 (file)
@@ -485,9 +485,9 @@ div.helpResponse {
 
 #infoBoxShadow {
        background-image : url("images/shadow.png");
-       left : 30%;
+       left : 25%;
        top : 30%;
-       width : 30%;
+       width : 50%;
        z-index : 3;
        position : absolute;
        display : none;
@@ -572,12 +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 : 2;
 }
 
 div.notice {
@@ -599,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;
 }
@@ -739,6 +740,10 @@ span.contentPreview:hover {
        color : #4684ff;
 }
 
+table.headlinesList {
+       width : 100%;
+}
+
 table.headlinesList td.hlMarkedPic {
        width : 25px;
        text-align : center;
@@ -1288,7 +1293,7 @@ div.headlines_cdm {
 
 #content-frame {
        position : absolute;
-       border-width : 1px 0px 1px 0px;
+       border-width : 1px 0px 0px 0px;
        border-style : solid;
        border-color : #88b0f0;
        overflow : auto;
@@ -1298,7 +1303,7 @@ div.headlines_cdm {
        right : 0px;
        border-collapse : collapse;
        width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
-       height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px');
+/*     height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px'); */
 }
 
 #footer, #prefFooter {
@@ -1502,3 +1507,11 @@ a.helpLinkPic {
 a.helpLinkPic img {
        border-width : 0px;
 }
+
+#fadd_login_container {
+       display : none;
+}
+
+li.feedCatHolder {
+       display : inline;
+}