Feat(SQL): Location Get Many and Calc Stored Procedures created with logic using Location Link table.
This commit is contained in:
@@ -128,6 +128,7 @@ header {
|
||||
#formFilters .container-input input {
|
||||
width: 10vh;
|
||||
max-width: 10vh;
|
||||
height: 20px;
|
||||
}
|
||||
/*
|
||||
#formFilters .container-input input {
|
||||
@@ -145,15 +146,16 @@ header {
|
||||
display: none;
|
||||
}
|
||||
#formFilters .container-input.filter.active_only svg.active_only {
|
||||
height: 2vh;
|
||||
height: 25px;
|
||||
fill: var(--colour-text-background);
|
||||
background-color: var(--colour-primary);
|
||||
border: 1px solid var(--colour-primary);
|
||||
width: 2vh;
|
||||
border-radius: 0.5vh;
|
||||
background-color: var(--colour-accent);
|
||||
/* border: 1px solid var(--colour-accent);
|
||||
border-radius: 0.5vh; */
|
||||
width: 25px;
|
||||
}
|
||||
#formFilters .container-input.filter.active_only svg.active_only.is_checked {
|
||||
fill: var(--colour-accent);
|
||||
background-color: var(--colour-text-background);
|
||||
}
|
||||
#formFilters .container-input.filter.is_not_empty {
|
||||
width: 12vh;
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
align-self: center;
|
||||
position: relative;
|
||||
display: block;
|
||||
width: min(calc(90vh), calc(70vw));
|
||||
width: 100%; /* min(calc(90vh), calc(70vw)); */
|
||||
}
|
||||
|
||||
#tableMain select,
|
||||
|
||||
Reference in New Issue
Block a user