misc resize handle tweaks

master
Andrew Dolgov 16 years ago
parent 17042fc0a2
commit abaf02111e

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

@ -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;
}

Loading…
Cancel
Save