1. Fix(CSS): Styles improved across all pages. \n 2. Fix(SQL): User authentication correction for demo account with user role.
This commit is contained in:
10
static/dist/css/dog_dog_command_links.bundle.css
vendored
10
static/dist/css/dog_dog_command_links.bundle.css
vendored
@@ -72,7 +72,7 @@
|
||||
width: 10vh;
|
||||
min-width: 10vh;
|
||||
}
|
||||
#tableMain thead tr th.product_variations.collapsed, #tableMain tbody tr td.product_variations.collapsed {
|
||||
#tableMain thead tr th.product_variations.is_collapsed, #tableMain tbody tr td.product_variations.is_collapsed {
|
||||
width: 10vh;
|
||||
min-width: 10vh;
|
||||
display: table-cell !important;
|
||||
@@ -110,5 +110,13 @@ select.id_variation, select.id_variation_type {
|
||||
}
|
||||
*/
|
||||
|
||||
@media screen and (max-width: 850px) {
|
||||
#formFilters input,
|
||||
#formFilters select {
|
||||
width: 12vh;
|
||||
min-width: 12vh;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*# sourceMappingURL=dog_dog_command_links.bundle.css.map*/
|
||||
Reference in New Issue
Block a user