Merge pull request #3608 from Qasem-h/Rtl

Rtl Fix For Customize Toggles & Dashboard
This commit is contained in:
Sam 2015-07-16 17:18:22 +10:00
commit 7f43653cad

View File

@ -38,6 +38,21 @@
.rtl .pull-left {
float:right !important;
}
.rtl .autocomplete {
left: 360px !important;
.rtl .autocomplete {
left: 27px;
}
.rtl .customize .current-style .toggle-mobile {
position: static !important;
float: left !important;
}
.rtl .customize .current-style .toggle-maximize {
position: static !important;
float: left !important;
}
.rtl .dashboard-left {
float: right !important;
}
.rtl .dashboard-right {
float: left !important;
}