Merge pull request #3608 from Qasem-h/Rtl
Rtl Fix For Customize Toggles & Dashboard
This commit is contained in:
commit
7f43653cad
|
@ -38,6 +38,21 @@
|
||||||
.rtl .pull-left {
|
.rtl .pull-left {
|
||||||
float:right !important;
|
float:right !important;
|
||||||
}
|
}
|
||||||
.rtl .autocomplete {
|
.rtl .autocomplete {
|
||||||
left: 360px !important;
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue