mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Defining width and height seems to improve resizing
behaviour under some browsers (source: some blogs) It also helps when resize doesn't work, defaulting to a nice size.
This commit is contained in:
parent
eac8ac87c7
commit
d8606dc543
@ -1822,16 +1822,20 @@ body#mod-quiz-report .controls {
|
||||
overflow:auto;
|
||||
left:260px;
|
||||
border:1px solid;
|
||||
width:640px;
|
||||
height:480px;
|
||||
}
|
||||
|
||||
#ims-contentframe-no-nav {
|
||||
position:absolute;
|
||||
overflow:auto;
|
||||
border:1px solid;
|
||||
width:640px;
|
||||
height:480px;
|
||||
}
|
||||
|
||||
#mod-resource-view div#footer {
|
||||
margin-top: 5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
/***
|
||||
|
Loading…
x
Reference in New Issue
Block a user