tweak footer layout (refs #171)

master
Andrew Dolgov 17 years ago
parent ab22efa46d
commit 9e498255a0

@ -1376,7 +1376,7 @@ div.whiteBox {
} }
#feeds-holder { #feeds-holder {
border-width : 1px 1px 1px 0px; border-width : 1px 1px 0px 0px;
border-style : solid; border-style : solid;
border-color : #88b0f0; border-color : #88b0f0;
top : 50px; top : 50px;
@ -1384,7 +1384,7 @@ div.whiteBox {
position : absolute; position : absolute;
width : 260px; width : 260px;
overflow : auto; overflow : auto;
bottom : 30px; bottom : 0px;
border-collapse : collapse; border-collapse : collapse;
height: expression((parseInt(document.documentElement.clientHeight)-40-20-30)+'px'); height: expression((parseInt(document.documentElement.clientHeight)-40-20-30)+'px');
} }
@ -1442,7 +1442,7 @@ div.headlines_cdm {
overflow : auto; overflow : auto;
top : 390px; top : 390px;
left : 260px; left : 260px;
bottom : 30px; bottom : 40px;
right : 0px; right : 0px;
border-collapse : collapse; border-collapse : collapse;
width: expression((parseInt(document.documentElement.clientWidth)-260)+'px'); width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
@ -1452,7 +1452,7 @@ div.headlines_cdm {
#footer, #prefFooter { #footer, #prefFooter {
position : absolute; position : absolute;
bottom : 0px; bottom : 0px;
height : 15px; height : 20px;
text-align : center; text-align : center;
color : gray; color : gray;
font-size : 9pt; font-size : 9pt;
@ -1461,11 +1461,11 @@ div.headlines_cdm {
background-repeat : repeat-x; background-repeat : repeat-x;
background-color : white; background-color : white;
right : 0px; right : 0px;
left : 0px; left : 260px;
padding : 8px; padding : 10px;
width: expression((parseInt(document.documentElement.clientWidth)-20)+'px'); width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
border-collapse : collapse; border-collapse : collapse;
border-width : 1px 0px 0px 0px; border-width : 1px 0px 0px 1px;
border-style : solid; border-style : solid;
border-color : #88b0f0; border-color : #88b0f0;

Loading…
Cancel
Save