diff --git a/projects/capx/src/app/capx/components/junctions/intersections/conventional-junction/configuration/conventional-configuration.component.html b/projects/capx/src/app/capx/components/junctions/intersections/conventional-junction/configuration/conventional-configuration.component.html index 90677f2..5d6c610 100644 --- a/projects/capx/src/app/capx/components/junctions/intersections/conventional-junction/configuration/conventional-configuration.component.html +++ b/projects/capx/src/app/capx/components/junctions/intersections/conventional-junction/configuration/conventional-configuration.component.html @@ -60,7 +60,7 @@
- + diff --git a/projects/capx/src/app/capx/components/junctions/intersections/partial-displaced-left-turn-intersection-north-south-junction/configuration/partial-displaced-left-turn-intersection-north-south-configuration.component.html b/projects/capx/src/app/capx/components/junctions/intersections/partial-displaced-left-turn-intersection-north-south-junction/configuration/partial-displaced-left-turn-intersection-north-south-configuration.component.html index 47c5fb0..3bcdbb8 100644 --- a/projects/capx/src/app/capx/components/junctions/intersections/partial-displaced-left-turn-intersection-north-south-junction/configuration/partial-displaced-left-turn-intersection-north-south-configuration.component.html +++ b/projects/capx/src/app/capx/components/junctions/intersections/partial-displaced-left-turn-intersection-north-south-junction/configuration/partial-displaced-left-turn-intersection-north-south-configuration.component.html @@ -1,5 +1,5 @@
-
Zone 5Zone 5
{{(capxStateService.state.get(junctions.ConventionalIntersection).intersectionResult | async).zone5_center_clv}}
+
-
@@ -19,17 +19,17 @@ - +
+
- + @@ -38,7 +38,7 @@ -
Zone 1Zone 1
{{(capxStateService.state.get(junctions.PartialDisplacedLeftTurnIntersectionNorthSouth).intersectionResult | async).zone1_north_clv}} + @@ -64,7 +64,7 @@ - + @@ -93,7 +93,7 @@
{{form.get('north_bound_thru').value}}
{{(capxStateService.masterParameters$ | async)!.east_bound_u}}
PEPCH
- + @@ -123,7 +123,7 @@ - + @@ -138,7 +138,7 @@
Zone 5Zone 5
{{(capxStateService.state.get(junctions.PartialDisplacedLeftTurnIntersectionNorthSouth).intersectionResult | async).zone5_center_clv}}
PEPCH
{{(capxStateService.masterParameters$ | async)!.west_bound_u}}
- -
+ @@ -151,12 +151,12 @@
+
- + @@ -172,7 +172,7 @@
Zone 2Zone 2
{{(capxStateService.state.get(junctions.PartialDisplacedLeftTurnIntersectionNorthSouth).intersectionResult | async).zone2_south_clv}}
- + diff --git a/projects/capx/src/styles.scss b/projects/capx/src/styles.scss index 09a8985..d782df2 100644 --- a/projects/capx/src/styles.scss +++ b/projects/capx/src/styles.scss @@ -107,13 +107,21 @@ table { border-bottom-width: var(--clr-table-borderwidth, 0.05rem); } + &.empty-cell { + background-color: #cccccc; + } + + &.zone-cell { + background-color: #fff; + } + &.readonly { //background-color: hsl(198, 0%, 87%); } img { - width: 20px; - height: 20px; + width: 40px; + height: 40px; } input {