Merge branch '41226-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE

This commit is contained in:
Dan Poltawski
2014-01-13 11:11:12 +08:00
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