Skip to content

Commit

Permalink
MDL-45186 mod_quiz: Some RTL improvements on quiz edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Massart committed Apr 22, 2014
1 parent 8ca3744 commit 1a08b30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mod/quiz/styles.css
Expand Up @@ -589,6 +589,7 @@ table#categoryquestions {
float: left;
position: relative;
margin-left: 0.3em;
margin-right: 0.3em;
margin-bottom: 0.2em;
border-left: thin solid #777;
line-height: 1.3em;
Expand Down Expand Up @@ -1079,6 +1080,7 @@ bank window's title is prominent enough*/
#page-mod-quiz-edit .pagecontrols {
clear: both;
margin-left: 0.5em;
margin-right: 0.5em;
padding-top: 0.5em;
}
#page-mod-quiz-edit .pagecontrols .singlebutton {
Expand Down Expand Up @@ -1311,3 +1313,8 @@ bank window's title is prominent enough*/
direction: ltr;
text-align: left;
}
#page-mod-quiz-edit.dir-rtl .pagecontrols .singlebutton {
float: right;
margin-left: 0;
margin-right: 1em;
}

0 comments on commit 1a08b30

Please sign in to comment.