mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
MDL-42851 frontpage: fix rtl in clean theme for course listings
This commit is contained in:
parent
f7434db109
commit
1b136466bf
2 changed files with 13 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue