Merge branch 'MDL-42849-master' of git://github.com/andrewnicols/moodle

This commit is contained in:
Marina Glancy 2013-11-13 18:24:06 +11:00
commit 4c35937514
4 changed files with 29 additions and 3 deletions

View file

@ -1989,6 +1989,7 @@ img#persona_signin {
display: block;
margin-left: 4px;
padding-left: 4px;
padding-right: 4px;
.iconsmall {
margin: 4px 4px 4px 0px;
@ -2015,6 +2016,20 @@ img#persona_signin {
display:inline;
}
}
&.dir-rtl {
.moodle-actionmenu[data-enhance] {
.toggle-display.textmenu {
margin-left: initial;
margin-right: 4px;
.caret {
margin-left: initial;
margin-right: 2px;
}
}
}
}
}
.moodle-actionmenu[data-enhanced].show {

File diff suppressed because one or more lines are too long