UI fixes for project

This commit is contained in:
rahul shukla 2019-05-30 11:52:06 +05:30
parent 6804deae76
commit 3663391bf6
3 changed files with 23 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/shop.js": "/js/shop.js?id=71f03d05d9690fe24784",
"/css/shop.css": "/css/shop.css?id=6fb34a8fdfa91e44fe57"
"/css/shop.css": "/css/shop.css?id=77d013de702af8275b0c"
}

View File

@ -3198,6 +3198,7 @@ section.review {
.account-layout {
margin-left: 0%;
margin-top: 20px;
width: 100%;
.account-head {
display: flex;
@ -3482,6 +3483,26 @@ section.review {
z-index: -1 !important;
}
.filter-row-one .dropdown-filters {
position: relative !important;
right: 1px !important;
}
@media only screen and (max-width: 770px) {
.table {
.grid-container {
margin-top: 10px;
.filter-row-one {
display: block;
.dropdown-filters {
margin-top: 10px;
}
}
}
}
}
/// rtl css start here
.rtl {
direction: rtl;