Fixed RTL Issue
This commit is contained in:
parent
9bee6a904a
commit
b865e5dcb2
File diff suppressed because one or more lines are too long
|
|
@ -4,7 +4,7 @@
|
|||
"/js/velocity.js": "/js/velocity.js?id=f655ac65cbd1aa549cba",
|
||||
"/js/manifest.js": "/js/manifest.js?id=e069a8f952a02ea0f290",
|
||||
"/js/components.js": "/js/components.js?id=13ebf112e40292178d23",
|
||||
"/css/velocity.css": "/css/velocity.css?id=3157042319a34ca5d90d",
|
||||
"/css/velocity.css": "/css/velocity.css?id=40a7ba82a414cdc70e19",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=b67a82956e53163b5e3f",
|
||||
"/images/icon-calendar.svg": "/images/icon-calendar.svg?id=870d0f733a5837742276",
|
||||
"/images/icon-camera.svg": "/images/icon-camera.svg?id=b2fd2f9e17e1ccee96e2",
|
||||
|
|
|
|||
|
|
@ -404,6 +404,10 @@
|
|||
}
|
||||
|
||||
.rtl {
|
||||
.grid-container .datagrid-filters .filter-right .dropdown-list {
|
||||
right: unset;
|
||||
}
|
||||
|
||||
.search-filter {
|
||||
.control {
|
||||
padding-right: 10px;
|
||||
|
|
@ -446,6 +450,20 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.checkbox-dropdown-list {
|
||||
.dropdown-container {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
input[type='checkbox'] {
|
||||
float: right;
|
||||
margin-right: unset;
|
||||
margin-left: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue