Merge branch 'MDL-54559-int-master' of https://github.com/merrill-oakland/moodle

This commit is contained in:
Andrew Nicols 2016-06-15 08:23:25 +08:00 committed by Dan Poltawski
commit 5869e4b74f
2 changed files with 3 additions and 3 deletions

View File

@ -63,9 +63,9 @@
// When it is displayed in the navbar we want it aligned with .usermenu .
.dir-rtl .navbar .search-input-wrapper > form {
margin: 7px 25px 3px 0;
margin: 5px 25px 5px 0;
}
.navbar .search-input-wrapper > form {
margin: 7px 0 3px 25px;
margin: 5px 0 5px 25px;
}

File diff suppressed because one or more lines are too long