]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
add new widgets to collapse categories, unify behaviour wnen clicking on category...
[tt-rss.git] / tt-rss.css
index ae8240e88d373b7b3775187d0a2b8cff7610a424..9e8dfb43b71ae2d6fb26eb503c07f340de2a93d3 100644 (file)
@@ -74,7 +74,7 @@ div.postReply span.author {
 
 ul.feedList {
        list-style-type : none;
-       margin : 5px;
+       margin : 5px 5px 5px 0px;
        padding : 0px 0px 0px 5px;
        font-size : 12px;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
@@ -87,11 +87,12 @@ ul.feedList li.feedCat {
        font-size : 12px;
 }
 
-ul.feedList li.feedCat a {
+ul.feedList li.feedCat span.catTitle {
        color : #707070;
+       cursor : pointer;
 }
 
-ul.feedList li.feedCat a:hover {
+ul.feedList li.feedCat span.catTitle:hover {
        color : #4684ff;
 }
 
@@ -108,7 +109,7 @@ ul.feedList li.feedCatSelected a {
 
 ul.feedCatList {
        list-style-type : none;
-       margin : 0px 0px 0px 15px;
+       margin : 0px 0px 0px 20px;
        padding : 0px;  
 }
 
@@ -386,7 +387,7 @@ a.button {
        border-collapse : collapse;
 }
 
-.oddSelected, .evenSelected td {
+.oddSelected, .oddSelected td {
        background-color : #fff7d5;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
@@ -444,6 +445,14 @@ a.button {
 
 /* preferences */
 
+table.prefPrefsList tr:hover td.prefValue {
+       color : #88b0f0;
+}
+
+table.prefPrefsList tr:hover td.prefValue input {
+       color : #88b0f0;
+}
+
 tr.title td {
        border-width : 0px 0px 1px 0px;
        border-color : #ecf4ff;
@@ -875,6 +884,7 @@ table.headlinesList {
 table.headlinesList td.hlFeedIcon {
        width : 25px;
        text-align : center;
+       cursor : pointer;
 }
 
 
@@ -1023,6 +1033,8 @@ div.cdmArticleUnreadSelected div.cdmHeader a.title {
 
 div.cdmHeader {
        padding : 5px 5px 10px 5px;
+       color : gray;
+
 }
 
 div.cdmArticleUnread div.cdmHeader span.titleWrap a {
@@ -1078,6 +1090,12 @@ img.markedPic {
 
 div.cdmHeader div.articleUpdated {
        float : right;
+       font-weight : bold;
+       color : gray;
+}
+
+div.cdmHeader div.articleUpdated img {
+       vertical-align : middle;
 }
 
 div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
@@ -1699,12 +1717,12 @@ a.feedUpdErrLink {
        margin-bottom : 0.5em;
 }
 
-.catCtrHasUnread {
+.catCtrHasUnread, .feedCtrHasUnread {
        font-weight : bold;
        color : #707070;
 }
 
-.catCtrNoUnread {
+.catCtrNoUnread, .feedCtrNoUnread {
        display : none;
 }
 
@@ -1886,7 +1904,7 @@ div.cdmFeedTitle {
        border-color : #a0a0a0;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
-       padding : 5px;
+       padding : 5px 3px 5px 5px;
        background : url("images/toolbar.png") bottom left;
        background-repeat : repeat-x;
 }
@@ -1907,7 +1925,7 @@ table.headlinesList tr.feedTitle td {
        border-color : #c0c0c0;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
-       padding : 5px;
+       padding : 5px 3px 5px 5px;
 
 }