mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-42851' of git://github.com/rwijaya/moodle
Conflicts: theme/bootstrapbase/style/moodle.css
This commit is contained in:
commit
fb9c770d8d
@ -532,6 +532,11 @@ span.editinstructions {
|
||||
padding-left:21px;
|
||||
background-position: left 0.5em;
|
||||
}
|
||||
.dir-rtl .coursebox > .info > .coursename a {
|
||||
padding-left: 0;
|
||||
padding-right: 21px;
|
||||
background-position: right;
|
||||
}
|
||||
.coursebox.remotehost > .info > .categoryname a {
|
||||
background-image:url([[pix:moodle|i/mnethost]]);
|
||||
}
|
||||
@ -542,6 +547,13 @@ span.editinstructions {
|
||||
width:40%;
|
||||
clear:left;
|
||||
}
|
||||
.dir-rtl .coursebox > .info > .coursename,
|
||||
.dir-rtl .coursebox .teachers,
|
||||
.dir-rtl .coursebox .content .courseimage,
|
||||
.dir-rtl .coursebox .content .coursefile {
|
||||
float: right;
|
||||
clear: right;
|
||||
}
|
||||
.coursebox > .info > h3.coursename {
|
||||
margin: 5px;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user