Improve operational GIS map workflow
This commit is contained in:
@@ -4658,7 +4658,7 @@ section {
|
||||
}
|
||||
|
||||
.map-workspace-shell .map-toolbar {
|
||||
grid-template-columns: minmax(11rem, 1.1fr) repeat(2, minmax(9rem, 1fr)) minmax(11rem, 1.1fr);
|
||||
grid-template-columns: minmax(13rem, 1.25fr) minmax(10rem, 1fr) repeat(2, minmax(8rem, 0.85fr)) minmax(11rem, 1fr);
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
@@ -4714,12 +4714,13 @@ section {
|
||||
.map-inspection-surface {
|
||||
order: 6;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(18rem, 1fr) minmax(18rem, 1fr);
|
||||
grid-template-columns: minmax(18rem, 0.85fr) minmax(18rem, 1fr) minmax(18rem, 1fr);
|
||||
gap: 0.65rem;
|
||||
padding: 0.62rem;
|
||||
}
|
||||
|
||||
.bbox-select-surface,
|
||||
.gis-test-run-surface,
|
||||
.feature-extract-surface,
|
||||
.map-inspection-surface .feature-inspector {
|
||||
margin: 0;
|
||||
@@ -4727,6 +4728,47 @@ section {
|
||||
padding: 0.62rem;
|
||||
}
|
||||
|
||||
.gis-test-run-surface {
|
||||
display: grid;
|
||||
gap: 0.58rem;
|
||||
border: 1px solid rgba(15, 118, 110, 0.24);
|
||||
border-left: 3px solid var(--accent);
|
||||
background: #f8fbf9;
|
||||
}
|
||||
|
||||
.gis-test-run-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 0.42rem;
|
||||
}
|
||||
|
||||
.gis-test-run-grid > div {
|
||||
min-width: 0;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 5px;
|
||||
padding: 0.42rem 0.48rem;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.gis-test-run-grid span {
|
||||
display: block;
|
||||
color: var(--muted);
|
||||
font-size: 0.6rem;
|
||||
font-weight: 800;
|
||||
letter-spacing: 0.055em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.gis-test-run-grid strong {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
margin-top: 0.16rem;
|
||||
font-size: 0.8rem;
|
||||
line-height: 1.2;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.bbox-select-surface {
|
||||
border-left-width: 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user