mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-45186-master' of git://github.com/FMCorz/moodle
This commit is contained in:
commit
a544822bd8
1 changed files with 7 additions and 0 deletions
|
@ -604,6 +604,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;
|
||||
|
@ -1088,6 +1089,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 {
|
||||
|
@ -1320,3 +1322,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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue