Fix: \n 1. Rename database to demo \n 2. Improve card styles for ERP Admin pages
This commit is contained in:
5
static/dist/css/main.bundle.css
vendored
5
static/dist/css/main.bundle.css
vendored
@@ -579,6 +579,9 @@ table div {
|
||||
}
|
||||
|
||||
/* Page Filters */
|
||||
#formFilters {
|
||||
width: fit-content;
|
||||
}
|
||||
#formFilters * {
|
||||
font-size: 12px;
|
||||
}
|
||||
@@ -644,7 +647,7 @@ form.filter button.save, form.filter button.button-cancel {
|
||||
overflow-x: auto;
|
||||
padding: 1vh;
|
||||
max-width: 95vw; /* min(calc(1vh * 80), calc(1vw * 90)); */
|
||||
width: fit-content;
|
||||
width: min-content;
|
||||
margin: 1vh 2vh;
|
||||
align-items: normal;
|
||||
justify-content: normal;
|
||||
|
||||
@@ -56,10 +56,6 @@
|
||||
|
||||
|
||||
|
||||
#formFilters {
|
||||
width: 50vh;
|
||||
}
|
||||
|
||||
#formFilters .container {
|
||||
max-width: fit-content;
|
||||
}
|
||||
@@ -72,16 +68,6 @@
|
||||
width: 8vh;
|
||||
}
|
||||
|
||||
#tableMain {
|
||||
max-width: min(calc(1vh * 79), calc(1vw * 90));
|
||||
}
|
||||
|
||||
/*
|
||||
#tableMain thead tr th, #tableMain tbody tr td {
|
||||
margin-left: 1vh;
|
||||
margin-right: 1vh;
|
||||
}
|
||||
*/
|
||||
|
||||
#tableMain tbody tr td.display_order, #tableMain thead tr th.display_order {
|
||||
width: 5vh;
|
||||
|
||||
@@ -56,9 +56,6 @@
|
||||
|
||||
|
||||
|
||||
#formFilters {
|
||||
width: 95vh;
|
||||
}
|
||||
|
||||
#tableMain {
|
||||
max-width: 90vw;
|
||||
|
||||
Reference in New Issue
Block a user