fixed errors in css
This commit is contained in:
parent
3f59ab3fd5
commit
7789f21664
3 changed files with 5 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit bdaa01291b7367a5e815470fd263ea36c862fe32
|
Subproject commit ac078397de8d1886f2764163a4523a247a4a88f7
|
|
@ -1820,12 +1820,14 @@ manage things like container crud */
|
||||||
.container-info-tab-row img[src=""] {
|
.container-info-tab-row img[src=""] {
|
||||||
margin-inline-end: 0;
|
margin-inline-end: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sort-tabs-confirm,
|
.sort-tabs-confirm,
|
||||||
.delete-container-confirm,
|
.delete-container-confirm,
|
||||||
.clear-container-storage-confirm {
|
.clear-container-storage-confirm {
|
||||||
padding-inline-end: 20px;
|
padding-inline-end: 20px;
|
||||||
padding-inline-start: 20px;
|
padding-inline-start: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sort-tabs-confirm-title,
|
.sort-tabs-confirm-title,
|
||||||
.delete-container-confirm-title,
|
.delete-container-confirm-title,
|
||||||
.clear-container-storage-confirm-title {
|
.clear-container-storage-confirm-title {
|
||||||
|
@ -2336,6 +2338,7 @@ input {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sort-warning,
|
.sort-warning,
|
||||||
.delete-warning,
|
.delete-warning,
|
||||||
.clear-container-storage-warning {
|
.clear-container-storage-warning {
|
||||||
|
|
|
@ -428,7 +428,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="hide panel sort-container-panel" id="sort-container-panel">
|
<div class="hide panel sort-container-panel" id="sort-container-panel">
|
||||||
<h3 class="title" data-i18n-message-id="default"></h3>
|
<h3 class="title" data-i18n-message-id="sortTabsByContainer"></h3>
|
||||||
|
|
||||||
<button class="btn-return arrow-left controller" id="close-container-sort-panel"></button>
|
<button class="btn-return arrow-left controller" id="close-container-sort-panel"></button>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue