MDL-40902 - Align breadcrumbs to the right in RTL mode (theme/clean, bootstrapbase)

This commit is contained in:
Nadav Kavalerchik 2013-07-28 23:21:00 +03:00
parent bdd045c5ec
commit a14af68453
2 changed files with 4 additions and 1 deletions

View File

@ -1901,6 +1901,9 @@ div.badge .expireimage {
float: left;
margin-bottom: 10px;
}
.dir-rtl .breadcrumb-nav {
float: right;
}
.breadcrumb-button .singlebutton div {
margin-right: 0;
}

File diff suppressed because one or more lines are too long