mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 00:20:37 +01:00
Merge branch 'MDL-39486-master' of git://github.com/mihailges/moodle
This commit is contained in:
commit
b1e700747a
@ -414,6 +414,16 @@ div#dock {
|
||||
#page-mod-lesson-view .branchbuttoncontainer .singlebutton input[type="submit"] {
|
||||
white-space: normal;
|
||||
}
|
||||
#page-mod-lesson-view .answeroption .fitemtitle {
|
||||
width: 30%;
|
||||
text-align: left;
|
||||
}
|
||||
#page-mod-lesson-view .answeroption .fitemtitle label {
|
||||
padding-right: 15px;
|
||||
}
|
||||
#page-mod-lesson-view .fitem .felement {
|
||||
margin-left: 30%;
|
||||
}
|
||||
.path-mod-lesson .reviewessay {
|
||||
width: 40%;
|
||||
border: 1px solid #ddd;
|
||||
|
@ -17613,6 +17613,16 @@ div#dock {
|
||||
#page-mod-lesson-view .branchbuttoncontainer .singlebutton input[type="submit"] {
|
||||
white-space: normal;
|
||||
}
|
||||
#page-mod-lesson-view .answeroption .fitemtitle {
|
||||
width: 30%;
|
||||
text-align: left;
|
||||
}
|
||||
#page-mod-lesson-view .answeroption .fitemtitle label {
|
||||
padding-right: 15px;
|
||||
}
|
||||
#page-mod-lesson-view .fitem .felement {
|
||||
margin-left: 30%;
|
||||
}
|
||||
.path-mod-lesson .reviewessay {
|
||||
width: 40%;
|
||||
border: 1px solid #ddd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user