MDL-40821 theme_bootstrapbase: fixed positioning of profile controls

Conflicts:
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Sam Hemelryk
2014-01-13 08:17:24 +13:00
parent 12efa52762
commit 3fa787ae4e
2 changed files with 22 additions and 1 deletions
+21
View File
@@ -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