MDL-40821 theme_bootstrapbase: fixed positioning of profile controls
Conflicts: theme/bootstrapbase/style/moodle.css
This commit is contained in:
@@ -170,3 +170,24 @@
|
||||
#page-my-index.dir-rtl .block h3 {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.profileeditor {
|
||||
> .singleselect {
|
||||
margin: 0 0.5em 0 0;
|
||||
}
|
||||
> .singlebutton {
|
||||
display: inline-block;
|
||||
margin: 0 0 0 0.5em;
|
||||
div, input {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.dir-rtl .profileeditor {
|
||||
> .singleselect {
|
||||
margin: 0 0 0 0.5em;
|
||||
}
|
||||
> .singlebutton {
|
||||
margin: 0 0.5em 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user