]> git.wh0rd.org - tt-rss.git/commitdiff
CDM fixes for graycube
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 2 Oct 2006 04:10:55 +0000 (05:10 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 2 Oct 2006 04:10:55 +0000 (05:10 +0100)
themes/graycube/theme.css
tt-rss.css

index 1df3502ad567263d81ddde4b6f6dd0083a91c323..826dd30b7064d3e83547a949afbee1ea524ef66c 100644 (file)
@@ -6,6 +6,42 @@ a:hover {
        color : gray;
 }
 
+div.cdmArticle {
+       border-width : 0px 0px 1px 0px;
+       border-color : #999999;
+       margin : 0px;
+       padding : 10px;
+       background : #f9f9f9;
+       -moz-border-radius : 0px;
+}
+
+div.cdmArticleUnread {
+       border-width : 0px 0px 1px 0px;
+       border-color : #999999;
+       margin : 0px;
+       padding : 10px;
+       background : white;
+       -moz-border-radius : 0px;
+}
+
+div.cdmArticleSelected, div.cdmArticleUnreadSelected {
+       border-width : 0px 0px 1px 0px;
+       border-color : #999999;
+       margin : 0px;
+       padding : 10px;
+       background : #ffcccc;
+       -moz-border-radius : 0px;
+}
+
+div.cdmArticleUnread div.cdmHeader a.title, 
+div.cdmArticleUnreadSelected div.cdmHeader a.title {
+       color : black;
+}
+
+div.cdmHeader a:hover {
+       color : black;
+}
+
 .notify {
        border-color : #999;
        background-color : #f9f9f9;
@@ -18,7 +54,7 @@ div.notice {
        border : 1px solid #999999;
 }
 
-ul.userFeedList, ul.browseFeedList {
+ul.userFeedList, ul.browseFeedList, ul.labelTestResults {
        border : 1px solid #999999;
 }
 
@@ -283,14 +319,14 @@ div.headlines_normal {
 
 div.headlines_cdm {
        position : absolute;
-       border-width : 1px 1px 1px 0px;
+       border-width : 1px 1px 1px 1px;
        border-style : solid;
        border-color : #999;
        left : 280px;
        bottom : 30px;
        top : 85px;
        right : 20px;
-       overflow : auto;
+       overflow : hidden;
        font-size : small;
        background : white;
        border-collapse : collapse;
@@ -343,8 +379,12 @@ div.headlines_cdm {
 }
 
 #headlinesInnerContainer {
-       height : 280px;
        overflow : auto;
+       position : absolute;
+       left : 1px;
+       right : 0px;
+       bottom : 0px;
+       top : 25px; 
 }
 
 div.firstTab {
index a3bacfe7f38da5f7c2305cd1275236b1743c87b3..88be3bb7672660db80e10d1ee313b2cc2b858e96 100644 (file)
@@ -1170,7 +1170,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');