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

This commit is contained in:
David Monllao
2015-11-23 19:30:56 +01:00
committed by Eloy Lafuente (stronk7)
parent 42952482c9
commit 4cd0bc7ece
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