Rtl Fix For Customize Toggles & Dashboard

This commit is contained in:
Qasem Hajizadeh 2015-07-15 15:18:20 +04:30
parent 00aaa692ac
commit af688a13ea
1 changed files with 17 additions and 2 deletions

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;
}