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

This commit is contained in:
Andrew Nicols
2016-06-16 09:04:14 +01:00
committed by Dan Poltawski
2 changed files with 3 additions and 3 deletions
+2 -2
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