1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00

compat: compatibility fixes

This commit is contained in:
Andrew Dolgov 2008-05-19 05:42:00 +01:00
parent 9c9ab34075
commit 1acbedc6b7

View File

@ -596,30 +596,8 @@ td.selectPrompt {
color : gray; color : gray;
} }
table.headlinesSubToolbar td.headlineActions { table.headlinesSubToolbar td {
font-size : x-small;
color : gray; color : gray;
padding : 5px 0px 5px 5px;
}
table.headlinesSubToolbar td.headlineActionsRTL {
font-size : x-small;
color : gray;
padding : 5px 5px 5px 0px;
}
table.headlinesSubToolbar td.headlineTitle {
font-size : x-small;
color : gray;
padding : 5px 5px 5px 0px;
text-align : right;
}
table.headlinesSubToolbar td.headlineTitleRTL {
font-size : x-small;
color : gray;
padding : 5px 0px 5px 5px;
text-align : left;
} }
span.contentPreview { span.contentPreview {
@ -839,29 +817,14 @@ div.cdmContent a:hover {
/* layout */ /* layout */
#header { #header {
position : absolute;
top : 10px;
left : 15px;
right : 5px;
height : 40px;
color : gray; color : gray;
} }
#feeds-holder { #feeds-holder {
border-color : #c0c0c0; border-color : #c0c0c0;
top : 70px;
left : 0px;
position : absolute;
width : 260px;
bottom : 50px;
} }
#toolbar { #toolbar {
left : 261px;
padding : 5px 10px 5px 10px;
top : 70px;
right : 0px;
height : 30px;
background-image : url("images/vgrad_light.png"); background-image : url("images/vgrad_light.png");
background-position : bottom left; background-position : bottom left;
background-repeat : repeat-x; background-repeat : repeat-x;
@ -869,27 +832,14 @@ div.cdmContent a:hover {
div.headlines_normal { div.headlines_normal {
border-color : #c0c0c0; border-color : #c0c0c0;
left : 260px;
height : 280px;
top : 105px;
right : 0px;
} }
div.headlines_cdm { div.headlines_cdm {
border-color : #c0c0c0; border-color : #c0c0c0;
left : 260px;
bottom : 50px;
top : 105px;
right : 0px;
} }
#content-frame { #content-frame {
border-color : #c0c0c0; border-color : #c0c0c0;
overflow : auto;
top : 390px;
left : 260px;
bottom : 50px;
right : 0px;
} }
#prefFooter { #prefFooter {
@ -914,7 +864,6 @@ div.headlines_cdm {
} }
#headlinesContainer { #headlinesContainer {
margin-left : 1px;
background-color : white; background-color : white;
} }
@ -958,3 +907,8 @@ div.infoBoxContents a {
a.visibleLink { a.visibleLink {
color : gray; color : gray;
} }
table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
color : #5050aa;
}