small layout fix
This commit is contained in:
parent
619637bb51
commit
5713a439fb
16
tt-rss.css
16
tt-rss.css
|
@ -33,7 +33,7 @@ div.postReply div.postHeader {
|
||||||
border-width : 0px 0px 1px 0px;
|
border-width : 0px 0px 1px 0px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
border-color : #88b0f0;
|
border-color : #88b0f0;
|
||||||
margin : 0px 1px 0px 1px;
|
margin : 0px 1px 0px 0px;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -729,7 +729,7 @@ table.headlinesSubToolbar {
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : #f0f0f0;
|
border-color : #f0f0f0;
|
||||||
position : absolute;
|
position : absolute;
|
||||||
left : 1px;
|
left : 0px;
|
||||||
top : 0px;
|
top : 0px;
|
||||||
height : 25px;
|
height : 25px;
|
||||||
right : 0px;
|
right : 0px;
|
||||||
|
@ -1418,7 +1418,7 @@ div.headlines_normal {
|
||||||
border-width : 1px 0px 0px 0px;
|
border-width : 1px 0px 0px 0px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : #88b0f0;
|
border-color : #88b0f0;
|
||||||
left : 260px;
|
left : 261px;
|
||||||
height : 305px;
|
height : 305px;
|
||||||
top : 85px;
|
top : 85px;
|
||||||
right : 0px;
|
right : 0px;
|
||||||
|
@ -1434,7 +1434,7 @@ div.headlines_cdm {
|
||||||
border-width : 1px 0px 1px 0px;
|
border-width : 1px 0px 1px 0px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : #88b0f0;
|
border-color : #88b0f0;
|
||||||
left : 260px;
|
left : 261px;
|
||||||
bottom : 40px;
|
bottom : 40px;
|
||||||
top : 85px;
|
top : 85px;
|
||||||
right : 0px;
|
right : 0px;
|
||||||
|
@ -1451,7 +1451,7 @@ div.headlines_cdm {
|
||||||
border-color : #88b0f0;
|
border-color : #88b0f0;
|
||||||
overflow : auto;
|
overflow : auto;
|
||||||
top : 390px;
|
top : 390px;
|
||||||
left : 260px;
|
left : 261px;
|
||||||
bottom : 40px;
|
bottom : 40px;
|
||||||
right : 0px;
|
right : 0px;
|
||||||
border-collapse : collapse;
|
border-collapse : collapse;
|
||||||
|
@ -1471,7 +1471,7 @@ div.headlines_cdm {
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x;
|
||||||
background-color : white;
|
background-color : white;
|
||||||
right : 0px;
|
right : 0px;
|
||||||
left : 260px;
|
left : 261px;
|
||||||
padding : 10px;
|
padding : 10px;
|
||||||
width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
|
width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
|
||||||
border-collapse : collapse;
|
border-collapse : collapse;
|
||||||
|
@ -1494,7 +1494,7 @@ div.headlines_cdm {
|
||||||
}
|
}
|
||||||
|
|
||||||
#headlinesContainer {
|
#headlinesContainer {
|
||||||
margin-left : 1px;
|
margin-left : 0px;
|
||||||
background-color : white;
|
background-color : white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1509,7 +1509,7 @@ div.headlines_cdm {
|
||||||
#headlinesInnerContainer {
|
#headlinesInnerContainer {
|
||||||
overflow : auto;
|
overflow : auto;
|
||||||
position : absolute;
|
position : absolute;
|
||||||
left : 1px;
|
left : 0px;
|
||||||
right : 0px;
|
right : 0px;
|
||||||
bottom : 0px;
|
bottom : 0px;
|
||||||
top : 25px;
|
top : 25px;
|
||||||
|
|
Loading…
Reference in New Issue