Skip to content

Commit

Permalink
MDL-43732 quiz Fix styles so that question div doesn't overlap controls.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmerrill committed Jan 21, 2014
1 parent 12efa52 commit bed27b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mod/quiz/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,6 @@ table#categoryquestions {
}

#page-mod-quiz-edit .reorder .questioncontentcontainer {
position: relative;
overflow: hidden;
white-space: nowrap;
}
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit bed27b3

Please sign in to comment.