diff --git a/projects/capx/src/app/capx/components/common/critical-lane-volume-sum/critical-lane-volume-sum.component.scss b/projects/capx/src/app/capx/components/common/critical-lane-volume-sum/critical-lane-volume-sum.component.scss index 961015b..e964849 100644 --- a/projects/capx/src/app/capx/components/common/critical-lane-volume-sum/critical-lane-volume-sum.component.scss +++ b/projects/capx/src/app/capx/components/common/critical-lane-volume-sum/critical-lane-volume-sum.component.scss @@ -1,7 +1,7 @@ :host { position: absolute; right: 30px; - top: 60px; + top: 66px; } :host { diff --git a/projects/capx/src/app/capx/components/common/svg-viewer/svg-viewer.component.scss b/projects/capx/src/app/capx/components/common/svg-viewer/svg-viewer.component.scss index 5919701..33cbe5d 100644 --- a/projects/capx/src/app/capx/components/common/svg-viewer/svg-viewer.component.scss +++ b/projects/capx/src/app/capx/components/common/svg-viewer/svg-viewer.component.scss @@ -2,7 +2,10 @@ display: block; .container { - width: calc(100vw - 18rem); + width: calc(100vw - 17.4rem); height: calc(100vh - 9rem); + border: 1px solid #ccc; + margin: 10px 0; + border-radius: 3px; } } 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 effebff..86e1539 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 @@ -10,10 +10,10 @@
- | {{(capxStateService.masterParameters$ | async)!.east_bound_u}} PEPCH |
+ {{(capxStateService.masterParameters$ | async)!.east_bound_u}} PEPCH |
|
- | {{(capxStateService.masterParameters$ | async)!.east_bound_left}} PEPCH |
+ {{(capxStateService.masterParameters$ | async)!.east_bound_left}} PEPCH |
|
- | {{(capxStateService.masterParameters$ | async)!.east_bound_thru}} PEPCH |
+ {{(capxStateService.masterParameters$ | async)!.east_bound_thru}} PEPCH |
|
- | {{(capxStateService.masterParameters$ | async)!.east_bound_right}} PEPCH |
+ {{(capxStateService.masterParameters$ | async)!.east_bound_right}} PEPCH |
- | PEPCH {{(capxStateService.masterParameters$ | async)!.west_bound_right}} |
+ PEPCH {{(capxStateService.masterParameters$ | async)!.west_bound_right}} |
|
- | PEPCH {{(capxStateService.masterParameters$ | async)!.west_bound_thru}} |
+ PEPCH {{(capxStateService.masterParameters$ | async)!.west_bound_thru}} |
|
- | PEPCH {{(capxStateService.masterParameters$ | async)!.west_bound_left}} |
+ PEPCH {{(capxStateService.masterParameters$ | async)!.west_bound_left}} |
|
PEPCH {{(capxStateService.masterParameters$ | async)!.west_bound_u}} |
+ PEPCH {{(capxStateService.masterParameters$ | async)!.west_bound_u}} |
| |
+ PEPCH {{(capxStateService.masterParameters$ | async)!.south_bound_thru + (capxStateService.masterParameters$ | async)!.west_bound_left}} PEPCH {{(capxStateService.masterParameters$ | async)!.south_bound_thru + (capxStateService.masterParameters$ | async)!.west_bound_left}} |
@@ -178,10 +178,10 @@
{{form.get('south_bound_thru').value}}
| {{(capxStateService.masterParameters$ | async)!.north_bound_u}} |
- PEPCH {{(capxStateService.masterParameters$ | async)!.north_bound_left}} |
- PEPCH {{(capxStateService.masterParameters$ | async)!.north_bound_thru}} |
- PEPCH {{(capxStateService.masterParameters$ | async)!.north_bound_right}} |
+ PEPCH {{(capxStateService.masterParameters$ | async)!.north_bound_u}} |
+ PEPCH {{(capxStateService.masterParameters$ | async)!.north_bound_left}} |
+ PEPCH {{(capxStateService.masterParameters$ | async)!.north_bound_thru}} |
+ PEPCH {{(capxStateService.masterParameters$ | async)!.north_bound_right}} |
PEPCH
diff --git a/projects/capx/src/app/capx/components/junctions/junction.component.html b/projects/capx/src/app/capx/components/junctions/junction.component.html
index 1831724..7e389b5 100644
--- a/projects/capx/src/app/capx/components/junctions/junction.component.html
+++ b/projects/capx/src/app/capx/components/junctions/junction.component.html
@@ -16,7 +16,7 @@
|
+ |