]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
properly select next unread feed in feedlist when catching up
[tt-rss.git] / tt-rss.css
index faa784203bf08de8d6f8e6b282ac0cc7b52dbb8c..96502b5603763011d3cbd8ae5a6be589529bc8b9 100644 (file)
@@ -812,7 +812,7 @@ td.selectPrompt {
        color : gray;
 }
 
-table.headlinesSubToolbar {
+div.headlinesSubToolbar {
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #f0f0f0;
@@ -820,6 +820,9 @@ table.headlinesSubToolbar {
        left : 0px;
        top : 0px;
        height : 25px;
+       line-height : 25px;
+       padding-left : 5px;
+       padding-right : 5px;
        right : 0px;
        background-color : white;
        font-size : 11px;
@@ -827,28 +830,15 @@ table.headlinesSubToolbar {
        color : gray;
 }
 
-input#subtoolbar_search_box {
-       height : 10px;
-       font-size : 9px;
-       vertical-align : middle;
-}
-
-table.headlinesSubToolbar td.headlineActions {
-       padding : 0px 5px 0px 5px;
+div.headlinesSubToolbar * {
+       line-height : normal;
 }
 
-table.headlinesSubToolbar td.headlineActionsRTL {
-       padding : 0px 5px 0px 5px;
-}
 
-table.headlinesSubToolbar td.headlineTitle {
-       padding : 0px 5px 0px 5px;
-       text-align : right;
-}
+div.headlinesSubToolbar div#subtoolbar_ftitle {
+       float : right;
+       line-height : 25px;
 
-table.headlinesSubToolbar td.headlineTitleRTL {
-       padding : 0px 5px 0px 5px;
-       text-align : left;
 }
 
 span.contentPreview {
@@ -919,10 +909,6 @@ div.postHeader div.postDateRTL {
        float : right;
 }
 
-div.postReply span.tagList {
-       color : gray;
-}
-
 div.postHeader div {
        padding-bottom : 3px;
        font-size : 12px;
@@ -1156,6 +1142,13 @@ div.tagCloudContainer {
        text-align : center;
 }
 
+div.errorExplained {
+       border : 1px solid #99d67a;
+       background-color : white;
+       margin : 5px 0px 5px 0px;
+       padding : 5px;
+}
+
 ul.feedErrorsList {
        height : 300px;
        overflow : auto;
@@ -1520,7 +1513,7 @@ div.whiteBox {
 #toolbar {
        position : absolute;
        left : 261px;
-       padding : 2px 0px 2px 10px;
+       padding : 0px 0px 0px 10px;
        top : 40px;
        right : 0px;
        white-space: nowrap;
@@ -1725,92 +1718,10 @@ a.feedUpdErrLink {
        display : none;
 }
 
-ul.headlineDropdownMenu {
-       list-style-type : none;
-       margin : 0px;
-       padding : 0px;
-}
-
-ul.headlineDropdownMenu li.top {
-       float : left;
-       width : 12em;
-       background-image : url("images/down_arrow.png");
-       background-position : center right;
-       background-repeat : no-repeat;
-       margin : 0px; 
-       cursor : pointer;
-       border-width : 1px 1px 1px 1px;
-       border-color : transparent;
-       border-style : solid;
-}
-
-ul.headlineDropdownMenu li.top2 {
-       float : left;
-}
-
-ul.headlineDropdownMenu li.top3 {
-       float : left;
-       margin : 0px; 
-       cursor : pointer;
-       border-width : 1px 1px 1px 1px;
-       border-color : transparent;
-       border-style : solid;
-}
-
-ul.headlineDropdownMenu li.vsep {
-       float : left;
-       margin : 0px 5px 0px 0px;
-       border-width : 0px 1px 0px 0px;
-       border-color : #c0c0c0;
-       border-style : dotted;
-       color : white;
-}
-
-ul.headlineDropdownMenu li.top:hover {
-       cursor : pointer;
-       border-width : 1px 1px 1px 1px;
-       border-color : #c0c0c0;
-       border-style : solid;
-}
-
-ul.headlineDropdownMenu li.top:hover ul {
-       display : block;
-}
-
-ul.headlineDropdownMenu ul {
-       list-style-type : none;
-       position : absolute;
-       float : none;
-       margin : 0px;
-       padding : 0px;
-       display : none;
-       background-color : white;
-       width : 12em;
-       z-index : 3;
-       top : auto;
-       left : auto;
-       border-width : 0px 1px 1px 1px;
-       border-color : #c0c0c0;
-       border-style : solid;
-       margin-left : -1px;
-       max-height : 300px;
-       overflow : auto;
-}
-
-ul.headlineDropdownMenu ul li {
-       float: none;
-       padding : 2px 0px 2px 10px;
-       color : black;
-}
-
-ul.headlineDropdownMenu ul li:hover {
-       color : #4684ff;
-       background-color : #f0f0f0;
-}
-
 #newVersionIcon {
        vertical-align : middle;
        cursor : pointer;
+       margin-left : 10px;
 }
 
 a.helpLinkPic {
@@ -2118,10 +2029,6 @@ div.dlgButtons {
        clear : both;
 }
 
-textarea.labelSQL {
-       font-family : monospace;
-}
-
 div#label_test_result {
        clear : both;
 }
@@ -2176,3 +2083,38 @@ ul#headlineActionsBody li.insensitive:hover {
        cursor : normal;
        color : gray;
 }
+
+div#extendedErrorBox {
+       left : 25%;
+       top : 70px;
+       width : 50%;
+       z-index : 999;
+       position : absolute;
+       min-width : 600px;
+       background-color : #ffcccc;
+       border : 1px solid #ff0000;
+       font-size : 12px;
+}
+
+div#extendedErrorBox div#xebTitle {
+       background-color : #ff0000;
+       color : white;
+       padding : 4px 2px 4px 10px;
+       color : white;
+       font-weight : bold;
+       font-size : 12px;
+}
+
+div#extendedErrorBox div#xebContent {
+       font-size : 12px;
+       padding : 10px;
+}
+
+div#extendedErrorBox textarea {
+       width : 100%;
+       height : 200px;
+}
+
+div#extendedErrorBox input {
+       margin-bottom : 10px;
+}