rtl css changes for admin

This commit is contained in:
rahul shukla 2019-02-25 19:05:45 +05:30
parent 7cfc0d3710
commit 35cdb1fd52
4 changed files with 26 additions and 16 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/admin.js": "/js/admin.js?id=7683c8f127f6ad2ac3ce",
"/css/admin.css": "/css/admin.css?id=ccc39419fee98ed8ac7b"
"/css/admin.css": "/css/admin.css?id=1f8ebaf562e1083ce5b2"
}

View File

@ -611,6 +611,10 @@ body {
.page-action {
float: left;
a {
margin-left: 0px;
}
}
.control-group {
@ -633,6 +637,7 @@ body {
.content-wrapper {
padding: 25px 305px 25px 25px;
margin-left: 0px;
}
.aside-nav .active i {
@ -683,33 +688,29 @@ body {
}
// ui
.grid-container .filter-wrapper {
.grid-container {
.filter-row-one .search-filter {
border: 2px solid #C7C7C7;
border-radius: 2px;
.control {
border: none;
padding-right: 10px;
}
.ic-wrapper {
.icon-wrapper {
border: none;
padding-top: 2px;
padding-right: 5px;
border-right: 2px solid #C7C7C7;
border-radius: 0px;
}
}
.filter-row-two .filter-one {
margin-right: 0px;
.filter-name {
margin-right: 0px;
margin-left: 5px;
}
.filter-value {
padding-right: 5px;
padding-left: 0px;
.filter-row-two .filter-tag {
.wrapper, .icon.cross-icon {
margin-right: 10px;
margin-left: 0px;
}
}
}
@ -725,6 +726,15 @@ body {
.table table {
text-align: right;
.massaction-remove {
margin-right: 5px !important;
margin-left: 10px;
}
.btn.btn-primary {
margin-right: 10px !important;
}
}
.dropdown-list.bottom-right {

View File

@ -19,7 +19,7 @@
</head>
<body @if (app()->getLocale() == 'ar') class="rtl" @endif style="scroll-behavior: smooth;">
<body @if (app()->getLocale() == 'ar') class="rtl" @endif style="scroll-behavior: smooth;" class="rtl">
{!! view_render_event('bagisto.admin.layout.body.before') !!}
<div id="app">