mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merge branch 'MDL-42849-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
4c35937514
4 changed files with 29 additions and 3 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue