style fixes

This commit is contained in:
Andrew Dolgov 2006-10-01 12:17:39 +01:00
parent af1c1f1804
commit 44686f2c5a
1 changed files with 11 additions and 1 deletions

View File

@ -633,6 +633,12 @@ table.headlinesSubToolbar {
border-width : 0px 0px 1px 0px; border-width : 0px 0px 1px 0px;
border-style : solid; border-style : solid;
border-color : #f0f0f0; border-color : #f0f0f0;
position : absolute;
left : 1px;
top : 0px;
height : 25px;
right : 0px;
background-color : white;
} }
table.headlinesSubToolbar td.headlineActions { table.headlinesSubToolbar td.headlineActions {
@ -1229,8 +1235,12 @@ div.headlines_cdm {
} }
#headlinesInnerContainer { #headlinesInnerContainer {
height : 280px;
overflow : auto; overflow : auto;
position : absolute;
left : 1px;
right : 0px;
bottom : 0px;
top : 25px;
} }
/* preferences layout */ /* preferences layout */