diff --git a/client/src/app/site/motions/modules/motion-detail/components/motion-detail-diff/motion-detail-diff.component.html b/client/src/app/site/motions/modules/motion-detail/components/motion-detail-diff/motion-detail-diff.component.html index a6f4afa66..0090f247d 100644 --- a/client/src/app/site/motions/modules/motion-detail/components/motion-detail-diff/motion-detail-diff.component.html +++ b/client/src/app/site/motions/modules/motion-detail/components/motion-detail-diff/motion-detail-diff.component.html @@ -1,79 +1,155 @@ -
- {{ 'Summary of changes' | translate }}: +
+
+ {{ 'Summary of changes' | translate }}: - + +
{{ 'No change recommendations yet' | translate }}
+
+ + {{ preamble | translate }} + + +
+
+
+
+ +
+
+ {{ 'Rejected' | translate }} +
-
{{ 'No change recommendations yet' | translate }}
-
- -{{ preamble | translate }} - - -
-
-
-
- +
{{ 'Changed title' | translate }}:
+
+
-
- {{ 'Rejected' | translate }} -
- +
+
-
{{ 'Changed title' | translate }}:
-
+ +
+ +
+
+ warning +
+
+ + + +
+
+ {{ 'Rejected' | translate }} +
+ + +
+ {{ change.amendment.identifier }} - {{ change.amendment.state.name | translate }} +
+ +
-
-
+
- -
-
- warning -
-
- - - - -
-
- {{ 'Rejected' | translate }} -
- - -
- {{ change.amendment.identifier }} - {{ change.amendment.state.name | translate }} -
- -
-
-
- -
+ + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/client/src/app/site/motions/modules/motion-detail/components/motion-detail-diff/motion-detail-diff.component.scss-theme.scss b/client/src/app/site/motions/modules/motion-detail/components/motion-detail-diff/motion-detail-diff.component.scss-theme.scss index 9ce9a2ab8..ce56453a7 100644 --- a/client/src/app/site/motions/modules/motion-detail/components/motion-detail-diff/motion-detail-diff.component.scss-theme.scss +++ b/client/src/app/site/motions/modules/motion-detail/components/motion-detail-diff/motion-detail-diff.component.scss-theme.scss @@ -3,7 +3,7 @@ @mixin os-motion-detail-diff-style($theme) { $background: map-get($theme, background); - .motion-text-with-diffs { + .motion-detail-diff { .change-recommendation-overview, .diff-box { background-color: mat-color($background, background);