]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
better feedback for new version notifier
[tt-rss.git] / tt-rss.css
index 910b9e77aa7f3f5f81f8d35474d9277ce04d558e..1f95142c6d647eb1ec1a8265c423347bdcd54187 100644 (file)
@@ -51,7 +51,6 @@ ul.feedList {
        margin : 5px;
        padding : 0px 0px 0px 5px;
        font-size : small;
-       white-space : nowrap;
 }
 
 ul.feedList li.feedCat {
@@ -77,12 +76,17 @@ ul.feedCatList {
 
 ul.feedCatList li {
        margin : 0px;
-       padding : 0px 0px 0px 0px;
+       padding : 0px 0px 2px 0px;
        color : black;
 }
 
 ul.feedList li {
        margin : 0px;
+       font-size : small;
+}
+
+ul.feedCatList img {
+       vertical-align : bottom;
 }
 
 li.feedUnread, 
@@ -242,6 +246,11 @@ input.editbox {
        color : black;
 }
 
+.notifyError span:hover {
+       color : red;
+       cursor : pointer;
+}
+
 #dispSwitch {
        font-size : x-small;
        text-align : right;
@@ -411,6 +420,13 @@ table.prefFeedList td.feedSelect {
        text-align : center;
 }
 
+div.prefFeedCatHolder {
+       height : 250px;
+       overflow : auto;
+       border : 1px solid #88b0f0;
+       margin : 5px 0px 5px 0px;
+}
+
 a.helpLink {
        color : #808080;
 }
@@ -464,14 +480,23 @@ div.helpResponse {
 }
 
 div.infoBoxContents {
-       padding : 5px;
+       padding : 10px;
        margin-bottom : 5px;
+       font-size : small;
 }
 
 div.infoBoxContents td {
        font-size : small;
 }
 
+div.infoBoxContents a {
+       color : #4684ff;
+}
+
+div.infoBoxContents a:hover {
+       color : black;
+}
+
 div.helpResponse h1, div.infoBoxContents h1 {
 /*        border-width : 0px 0px 1px 0px;
        border-style : solid;
@@ -501,6 +526,10 @@ div.prefsTab:hover {
        cursor : pointer;
 }
 
+div.prefsTabSelected:hover {
+       cursor : pointer;
+}
+
 div.prefsTab {
        float : left;
        border-width : 1px 1px 0px 1px;
@@ -510,6 +539,7 @@ div.prefsTab {
        padding : 3px 5px 3px 5px;
        font-size : small;
        position : relative;
+       bottom : -1px;
        border-collapse : collapse;
        -moz-border-radius : 3px;
        min-width : 100px;
@@ -526,6 +556,7 @@ div.prefsTabSelected {
        background-color : #ecf4ff;
        font-size : small;
        position : relative;
+       bottom : -1px;
        border-collapse : collapse;
        -moz-border-radius : 3px;
        font-weight : bold;
@@ -537,7 +568,7 @@ div.warning {
        background : #fff7d5;
        border : 1px solid #d7c47a;
        padding : 5px;
-       margin : 5px;
+       margin : 0px 0px 5px 0px;
        font-size : small;
 }
 
@@ -545,7 +576,15 @@ div.notice {
        background : #ffffff;
        border : 1px solid #88b0f0;
        padding : 5px;
-       margin : 5px;
+       margin : 0px 0px 5px 0px;
+       font-size : small;
+}
+
+div.error {
+       border : 1px solid #ff0000;
+       background : #ffcccc;
+       padding : 5px;
+       margin : 0px 0px 5px 0px;
        font-size : small;
 }
 
@@ -555,13 +594,6 @@ ul.nomarks {
        padding : 10px; 
 }
 
-div.bigErrorMsg {
-       border : 1px solid #c0c0c0;
-       background : #fff0f0;
-       padding : 30px;
-       margin : 20px;
-}
-
 div.prefHelp, td.prefHelp {
        font-size : small;
        color : gray;
@@ -582,7 +614,7 @@ table.innerLoginForm td {
        padding : 3px 3px 5px 3px;
 }
 
-span.insensitive {
+span.insensitive, div.insensitive {
        color : gray;
 }
 
@@ -628,31 +660,37 @@ table.headlinesSubToolbar {
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #f0f0f0;
+       position : absolute;
+       left : 1px;
+       top : 0px;
+       height : 25px;
+       right : 0px;
+       background-color : white;
 }
 
 table.headlinesSubToolbar td.headlineActions {
        font-size : x-small;
        color : gray;
-       padding : 5px 0px 5px 5px;
+       padding : 0px 5px 0px 5px;
 }
 
 table.headlinesSubToolbar td.headlineActionsRTL {
        font-size : x-small;
        color : gray;
-       padding : 5px 5px 5px 0px;
+       padding : 0px 5px 0px 5px;
 }
 
 table.headlinesSubToolbar td.headlineTitle {
        font-size : x-small;
        color : gray;
-       padding : 5px 5px 5px 0px;
+       padding : 0px 5px 0px 5px;
        text-align : right;
 }
 
 table.headlinesSubToolbar td.headlineTitleRTL {
        font-size : x-small;
        color : gray;
-       padding : 5px 0px 5px 5px;
+       padding : 0px 5px 0px 5px;
        text-align : left;
 }
 
@@ -692,16 +730,28 @@ table.headlinesList tr td {
        padding : 2px 0px 2px 0px;
 }
 
-div.postHeader td.postDate {
+div.postHeader div.postDate {
        font-size : x-small;
        text-align : right;
        color : gray;
+       float : right;
 }
 
-div.postHeader td.postDateRTL {
+div.postHeader div.postDateRTL {
        font-size : x-small;
        text-align : left;
        color : gray;
+       float : right;
+}
+
+div.postReply span.tagList {
+       color : gray;
+       font-size : x-small;
+}
+
+div.postHeader div {
+       padding-bottom : 3px;
+       font-size : x-small;
 }
 
 #feedUpdateErrors {
@@ -732,27 +782,30 @@ td.hlFeed {
 }
 
 div.cdmArticle {
-       border : 1px solid #f0f0f0;
+       border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
        background-color : #fafafa;
-       -moz-border-radius : 5px;
-       margin : 10px 10px 0px 10px;
+       margin : 0px;
        padding : 10px;
 }
 
 div.cdmArticleUnread {
-       border : 1px solid #d5f1f4;
+       border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
        background-color : #fafeff;
-       -moz-border-radius : 5px;
-       margin : 10px 10px 0px 10px;
+       margin : 0px;
        padding : 10px;
 }
 
 div.cdmArticleSelected, div.cdmArticleUnreadSelected {
-         -moz-border-radius : 5px;
-       margin : 10px 10px 0px 10px;
+       margin : 0px;
        padding : 10px;
        background-color : #fff7d5;
-                 border : 1px solid #e7d796;
+       border-color : #e7d796;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
 }
 
 div.cdmArticleUnread div.cdmHeader a.title, 
@@ -770,6 +823,16 @@ div.cdmFooter {
        padding-top : 5px;
 }
 
+div.cdmFooter img.markedPic {
+       width : 16px;
+       height : 16px;
+       float : right;
+}
+
+div.cdmHeader div.articleUpdated {
+       float : right;
+}
+
 div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
        margin : 0px;
 }
@@ -801,6 +864,16 @@ span.groupPrompt {
        color : #4684ff;
 }
 
+ul.feedErrorsList {
+       height : 300px;
+       overflow : auto;
+       list-style-type : none;
+       border : 1px solid #88b0f0;
+       background-color : white;
+       margin : 0px 0px 5px 0px;
+       padding : 0px;
+}
+
 ul.userFeedList {
        height : 300px;
        overflow : auto;
@@ -999,7 +1072,7 @@ form {
 }
 
 #main_toolbar_form {
-       display : inline;
+       float : left;
 }
 
 div.feedExtInfo {
@@ -1159,7 +1232,7 @@ div.headlines_cdm {
        bottom : 40px;
        top : 85px;
        right : 0px;
-       overflow : auto;
+       overflow : hidden;
        font-size : small;
        border-collapse : collapse;
        width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
@@ -1224,8 +1297,12 @@ div.headlines_cdm {
 }
 
 #headlinesInnerContainer {
-       height : 280px;
        overflow : auto;
+       position : absolute;
+       left : 1px;
+       right : 0px;
+       bottom : 0px;
+       top : 25px; 
 }
 
 /* preferences layout */
@@ -1268,6 +1345,9 @@ div.return a:hover {
        border-width : 1px 0px 0px 0px;
        border-color : #88b0f0;
        border-style : solid;
+       height: expression((parseInt(document.documentElement.clientHeight)-75-40)+'px');
+       width: expression((parseInt(document.documentElement.clientWidth)-25)+'px');
+
 
 }
 
@@ -1276,3 +1356,95 @@ div.return a:hover {
        bottom : 2px;
        right : 2px;
 }
+
+a.feedUpdErrLink {
+       color : #ff0000;
+       display : block;
+       margin-bottom : 0.5em;
+}
+
+.catCtrHasUnread {
+       font-weight : bold;
+}
+
+.catCtrNoUnread {
+       display : none;
+}
+
+ul.headlineDropdownMenu {
+       list-style-type : none;
+       margin : 0px;
+       padding : 0px;
+}
+
+ul.headlineDropdownMenu li.top {
+       float : left;
+       width : 9em;
+       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.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 0px 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 : 9em;
+       z-index : 3;
+       top : auto;
+       left : auto;
+       border-width : 0px 1px 1px 1px;
+       border-color : #c0c0c0;
+       border-style : solid;
+       margin-left : -1px;
+}
+
+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;
+       display : none;
+}