misc resize handle tweaks

This commit is contained in:
Andrew Dolgov 2008-07-25 06:28:35 +01:00
parent 17042fc0a2
commit abaf02111e
2 changed files with 12 additions and 1 deletions

View File

@ -42,5 +42,10 @@ span.headlineInnerTitle {
}
#content-insert {
margin-left : 5px;
position : absolute;
left : 6px;
right : 0px;
bottom : 0px;
top : 0px;
}

View File

@ -1985,4 +1985,10 @@ div#l_progress_i {
#content-insert {
background-color : white;
overflow : auto;
position : absolute;
left : 0px;
right : 0px;
bottom : 0px;
top : 6px;
}