MDL-52095 themes: Padding to the left on RTL langs

This commit is contained in:
David Monllao
2015-11-20 10:03:38 +08:00
parent 2b11b94c0c
commit 2af06c4cba
2 changed files with 2 additions and 1 deletions
@@ -193,6 +193,7 @@ select {
}
}
.dir-rtl .navbar .brand {
padding: 10px 0 10px 20px;
float: right;
}
File diff suppressed because one or more lines are too long