misc resize handle tweaks
This commit is contained in:
parent
17042fc0a2
commit
abaf02111e
|
@ -42,5 +42,10 @@ span.headlineInnerTitle {
|
||||||
}
|
}
|
||||||
|
|
||||||
#content-insert {
|
#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 {
|
#content-insert {
|
||||||
background-color : white;
|
background-color : white;
|
||||||
|
overflow : auto;
|
||||||
|
position : absolute;
|
||||||
|
left : 0px;
|
||||||
|
right : 0px;
|
||||||
|
bottom : 0px;
|
||||||
|
top : 6px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue