css-based layout + required fixes (2)

This commit is contained in:
Andrew Dolgov
2006-09-28 13:23:28 +01:00
parent 6b4163cb46
commit 80e4dc34fd
7 changed files with 54 additions and 27 deletions
+14 -1
View File
@@ -1263,7 +1263,7 @@ table.loginForm2 .innerLoginCell {
font-size : small;
}
#headlines-frame {
div.headlines_normal {
position : absolute;
border-width : 1px 0px 0px 0px;
border-style : solid;
@@ -1276,6 +1276,19 @@ table.loginForm2 .innerLoginCell {
font-size : small;
}
div.headlines_cdm {
position : absolute;
border-width : 1px 0px 1px 0px;
border-style : solid;
border-color : #88b0f0;
left : 260px;
bottom : 50px;
top : 85px;
right : 0px;
overflow : auto;
font-size : small;
}
#content-frame {
position : absolute;
border-width : 1px 0px 1px 0px;