MDL-42711 added RTL styles to improvements.

This commit is contained in:
Aparup Banerjee 2013-11-13 17:02:54 +08:00
parent 6f8624f77a
commit b549e66e5e
3 changed files with 43 additions and 0 deletions

View File

@ -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;
}
}
}

View File

@ -207,3 +207,11 @@ div#dock {
text-align:center;
}
}
// rtl overrides
.dir-rtl {
.path-mod-forum .forumheaderlist {
thead .header.lastpost {
text-align: left;
}
}
}

View File

@ -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;
}