mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-43732 quiz Fix styles so that question div doesn't overlap controls.
This commit is contained in:
parent
12efa52762
commit
bed27b3024
@ -694,7 +694,6 @@ table#categoryquestions {
|
||||
}
|
||||
|
||||
#page-mod-quiz-edit .reorder .questioncontentcontainer {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@ -821,7 +820,7 @@ table#categoryquestions {
|
||||
line-height: 1em;
|
||||
max-width: 30%;
|
||||
position: absolute;
|
||||
right: 50px;
|
||||
right: 60px;
|
||||
border-radius: 0.2em;
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
@ -1291,7 +1290,7 @@ bank window's title is prominent enough*/
|
||||
float: right;
|
||||
}
|
||||
#page-mod-quiz-edit.dir-rtl div.question div.content div.qorder {
|
||||
left: 50px;
|
||||
left: 60px;
|
||||
right: auto;
|
||||
}
|
||||
#page-mod-quiz-edit.dir-rtl .reorder div.question div.content {
|
||||
|
Loading…
x
Reference in New Issue
Block a user