mirror of
https://github.com/moodle/moodle.git
synced 2025-04-17 22:45:54 +02:00
MDL-42711 added RTL styles to improvements.
This commit is contained in:
parent
6f8624f77a
commit
b549e66e5e
@ -187,4 +187,24 @@
|
||||
.block .header .block_action {
|
||||
float: left;
|
||||
}
|
||||
.block_calendar_upcoming {
|
||||
.content {
|
||||
.date {
|
||||
padding-right: 22px;
|
||||
}
|
||||
.footer {
|
||||
padding-right: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.block_news_items .content {
|
||||
ul li {
|
||||
.name {
|
||||
padding-right: 1ex;
|
||||
}
|
||||
}
|
||||
.footer {
|
||||
padding-left: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -207,3 +207,11 @@ div#dock {
|
||||
text-align:center;
|
||||
}
|
||||
}
|
||||
// rtl overrides
|
||||
.dir-rtl {
|
||||
.path-mod-forum .forumheaderlist {
|
||||
thead .header.lastpost {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
@ -12228,6 +12228,18 @@ body {
|
||||
.dir-rtl .block .header .block_action {
|
||||
float: left;
|
||||
}
|
||||
.dir-rtl .block_calendar_upcoming .content .date {
|
||||
padding-right: 22px;
|
||||
}
|
||||
.dir-rtl .block_calendar_upcoming .content .footer {
|
||||
padding-right: 0px;
|
||||
}
|
||||
.dir-rtl .block_news_items .content ul li .name {
|
||||
padding-right: 1ex;
|
||||
}
|
||||
.dir-rtl .block_news_items .content .footer {
|
||||
padding-left: 0px;
|
||||
}
|
||||
/**
|
||||
* Moodle forms HTML isn't changeable via renderers (yet?) so this
|
||||
* .less file imports styles from the bootstrap @variables file and
|
||||
@ -12854,6 +12866,9 @@ div#dock {
|
||||
.path-mod-survey .centerpara {
|
||||
text-align: center;
|
||||
}
|
||||
.dir-rtl .path-mod-forum .forumheaderlist thead .header.lastpost {
|
||||
text-align: left;
|
||||
}
|
||||
.yui-skin-sam .yui-layout {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user