CDM fixes for graycube

This commit is contained in:
Andrew Dolgov 2006-10-02 05:10:55 +01:00
parent d20f3544d7
commit d227b1a532
2 changed files with 45 additions and 5 deletions

View File

@ -6,6 +6,42 @@ a:hover {
color : gray; 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 { .notify {
border-color : #999; border-color : #999;
background-color : #f9f9f9; background-color : #f9f9f9;
@ -18,7 +54,7 @@ div.notice {
border : 1px solid #999999; border : 1px solid #999999;
} }
ul.userFeedList, ul.browseFeedList { ul.userFeedList, ul.browseFeedList, ul.labelTestResults {
border : 1px solid #999999; border : 1px solid #999999;
} }
@ -283,14 +319,14 @@ div.headlines_normal {
div.headlines_cdm { div.headlines_cdm {
position : absolute; position : absolute;
border-width : 1px 1px 1px 0px; border-width : 1px 1px 1px 1px;
border-style : solid; border-style : solid;
border-color : #999; border-color : #999;
left : 280px; left : 280px;
bottom : 30px; bottom : 30px;
top : 85px; top : 85px;
right : 20px; right : 20px;
overflow : auto; overflow : hidden;
font-size : small; font-size : small;
background : white; background : white;
border-collapse : collapse; border-collapse : collapse;
@ -343,8 +379,12 @@ div.headlines_cdm {
} }
#headlinesInnerContainer { #headlinesInnerContainer {
height : 280px;
overflow : auto; overflow : auto;
position : absolute;
left : 1px;
right : 0px;
bottom : 0px;
top : 25px;
} }
div.firstTab { div.firstTab {

View File

@ -1170,7 +1170,7 @@ div.headlines_cdm {
bottom : 40px; bottom : 40px;
top : 85px; top : 85px;
right : 0px; right : 0px;
overflow : auto; overflow : hidden;
font-size : small; font-size : small;
border-collapse : collapse; border-collapse : collapse;
width: expression((parseInt(document.documentElement.clientWidth)-260)+'px'); width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');