mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
Merge branch 'wip-MDL-39299-master' of git://github.com/phalacee/moodle
Conflicts: theme/bootstrapbase/style/moodle.css
This commit is contained in:
commit
e202521f25
@ -69,12 +69,18 @@
|
||||
margin-left: 40%;
|
||||
padding-left: 22px;
|
||||
}
|
||||
.section .activity.modtype_label.label {
|
||||
font-weight: normal;
|
||||
}
|
||||
.section li.activity {
|
||||
padding: .2em;
|
||||
clear: both;
|
||||
}
|
||||
.section .activity .activityinstance .groupinglabel {
|
||||
padding-left: .45em;
|
||||
padding-left: 30px;
|
||||
}
|
||||
.dir-rtl .section .activity .activityinstance .groupinglabel {
|
||||
padding-right: 30px;
|
||||
}
|
||||
.section .activity .availabilityinfo,
|
||||
.section .activity .contentafterlink {
|
||||
@ -209,7 +215,10 @@
|
||||
text-align: right;
|
||||
}
|
||||
.path-course-view .unread {
|
||||
margin-left: 3em;
|
||||
margin-left: 30px;
|
||||
}
|
||||
.dir-rtl.path-course-view .unread {
|
||||
margin-right: 30px;
|
||||
}
|
||||
.path-course-view .block.drag .header {
|
||||
cursor: move;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user