issue #5808 fixed
This commit is contained in:
parent
10d8d2ff3e
commit
bdc29b455e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/admin.js": "/js/admin.js?id=bc9c89ab87fa03d71ad2",
|
||||
"/css/admin.css": "/css/admin.css?id=f0c6aef8448b6f982264"
|
||||
"/js/admin.js": "/js/admin.js?id=974feca6800514473705",
|
||||
"/css/admin.css": "/css/admin.css?id=1f803c68edd6e27cb3b5"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,9 +10,7 @@
|
|||
text-align: left;
|
||||
|
||||
.profile-info {
|
||||
|
||||
.profile-info-div {
|
||||
|
||||
.profile-info-div {
|
||||
.profile-info-icon {
|
||||
margin-right: 0px !important;
|
||||
margin-left: 10px !important;
|
||||
|
|
@ -140,7 +138,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.tree-container>.tree-item {
|
||||
.tree-container > .tree-item {
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
|
|
@ -148,17 +146,21 @@
|
|||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.image-wrapper .image-item {
|
||||
margin-right: 0px;
|
||||
margin-left: 20px;
|
||||
.image-wrapper {
|
||||
width: auto;
|
||||
|
||||
.remove-image {
|
||||
.image-item {
|
||||
margin-right: 0px;
|
||||
margin-left: 20px;
|
||||
|
||||
.remove-image {
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.control-group label.required::before {
|
||||
content: "*";
|
||||
content: '*';
|
||||
color: #fc6868;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
|
@ -186,4 +188,4 @@
|
|||
.accordian-right-icon {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
</draggable>
|
||||
</div>
|
||||
|
||||
<label class="btn btn-lg btn-primary" style="display: inline-block; width: auto" @click="createFileType">
|
||||
<label class="btn btn-lg btn-primary" style="display: table; width: auto" @click="createFileType">
|
||||
{{ __('admin::app.catalog.products.add-image-btn-title') }}
|
||||
</label>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
</draggable>
|
||||
</div>
|
||||
|
||||
<label class="btn btn-lg btn-primary" style="display: inline-block; width: auto" @click="createFileType">
|
||||
<label class="btn btn-lg btn-primary" style="display: table; width: auto" @click="createFileType">
|
||||
{{ __('admin::app.catalog.products.add-video-btn-title') }}
|
||||
</label>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue