From 4e90440d4d048ea3ea797059006d0b84f50d0079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Thu, 8 Apr 2021 19:39:27 +0300 Subject: [PATCH] Renamed left-container to content-container --- .../downloads-list-screen.component.html | 2 +- .../downloads-list-screen.component.scss | 2 +- .../screens/audit/audit-screen.component.html | 2 +- .../screens/audit/audit-screen.component.scss | 2 +- .../default-colors-screen.component.html | 2 +- .../default-colors-screen.component.scss | 2 +- .../dictionary-listing-screen.component.html | 2 +- .../dictionary-listing-screen.component.scss | 2 +- .../dictionary-overview-screen.component.html | 2 +- .../dictionary-overview-screen.component.scss | 2 +- .../digital-signature-screen.component.html | 4 +-- .../digital-signature-screen.component.scss | 4 +-- ...ttributes-csv-import-dialog.component.html | 2 +- ...ttributes-csv-import-dialog.component.scss | 2 +- ...e-attributes-listing-screen.component.html | 2 +- ...e-attributes-listing-screen.component.scss | 2 +- .../license-information-screen.component.html | 2 +- .../license-information-screen.component.scss | 2 +- .../rule-sets-listing-screen.component.html | 2 +- .../rule-sets-listing-screen.component.scss | 2 +- .../smtp-config-screen.component.html | 2 +- .../smtp-config-screen.component.scss | 2 +- .../user-listing-screen.component.html | 2 +- .../user-listing-screen.component.scss | 2 +- .../watermark/watermark-screen.component.html | 2 +- .../watermark/watermark-screen.component.scss | 2 +- .../file-preview-screen.component.html | 29 +++++++++---------- .../file-preview-screen.component.scss | 2 +- .../project-listing-screen.component.html | 2 +- .../project-listing-screen.component.scss | 2 +- .../project-overview-screen.component.html | 4 +-- .../project-overview-screen.component.scss | 2 +- .../src/assets/styles/red-page-layout.scss | 2 +- 33 files changed, 48 insertions(+), 51 deletions(-) diff --git a/apps/red-ui/src/app/components/downloads-list-screen/downloads-list-screen.component.html b/apps/red-ui/src/app/components/downloads-list-screen/downloads-list-screen.component.html index a5447c1df..2c7929dc1 100644 --- a/apps/red-ui/src/app/components/downloads-list-screen/downloads-list-screen.component.html +++ b/apps/red-ui/src/app/components/downloads-list-screen/downloads-list-screen.component.html @@ -6,7 +6,7 @@
-
+
{{ 'downloads-list.table-header.title' | translate: { length: fileDownloadService.downloads.length } }} diff --git a/apps/red-ui/src/app/components/downloads-list-screen/downloads-list-screen.component.scss b/apps/red-ui/src/app/components/downloads-list-screen/downloads-list-screen.component.scss index dc3cb572b..f37816eb9 100644 --- a/apps/red-ui/src/app/components/downloads-list-screen/downloads-list-screen.component.scss +++ b/apps/red-ui/src/app/components/downloads-list-screen/downloads-list-screen.component.scss @@ -1,4 +1,4 @@ -.left-container { +.content-container { width: 100vw; cdk-virtual-scroll-viewport { diff --git a/apps/red-ui/src/app/modules/admin/screens/audit/audit-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/audit/audit-screen.component.html index fe6f31a46..93aff27aa 100644 --- a/apps/red-ui/src/app/modules/admin/screens/audit/audit-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/audit/audit-screen.component.html @@ -14,7 +14,7 @@
-
+
{{ 'audit-screen.table-header.title' | translate: { length: logs?.totalHits || 0 } }} diff --git a/apps/red-ui/src/app/modules/admin/screens/audit/audit-screen.component.scss b/apps/red-ui/src/app/modules/admin/screens/audit/audit-screen.component.scss index d0c85b8cf..f67c74342 100644 --- a/apps/red-ui/src/app/modules/admin/screens/audit/audit-screen.component.scss +++ b/apps/red-ui/src/app/modules/admin/screens/audit/audit-screen.component.scss @@ -1,4 +1,4 @@ -.left-container { +.content-container { width: 100vw; .header-item { diff --git a/apps/red-ui/src/app/modules/admin/screens/default-colors/default-colors-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/default-colors/default-colors-screen.component.html index f2eecf50f..dfcbf457f 100644 --- a/apps/red-ui/src/app/modules/admin/screens/default-colors/default-colors-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/default-colors/default-colors-screen.component.html @@ -12,7 +12,7 @@
-
+
{{ 'default-colors-screen.table-header.title' | translate: { length: colors.length } }} diff --git a/apps/red-ui/src/app/modules/admin/screens/default-colors/default-colors-screen.component.scss b/apps/red-ui/src/app/modules/admin/screens/default-colors/default-colors-screen.component.scss index caf00513b..2379ca3d7 100644 --- a/apps/red-ui/src/app/modules/admin/screens/default-colors/default-colors-screen.component.scss +++ b/apps/red-ui/src/app/modules/admin/screens/default-colors/default-colors-screen.component.scss @@ -1,4 +1,4 @@ -.left-container { +.content-container { width: 100vw; cdk-virtual-scroll-viewport { diff --git a/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.html index 695d1740e..52aad4807 100644 --- a/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.html @@ -12,7 +12,7 @@
-
+
diff --git a/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.scss b/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.scss index 99b012114..ecc1ef86c 100644 --- a/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.scss +++ b/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.scss @@ -21,7 +21,7 @@ redaction-table-col-name::ng-deep { } } -.left-container { +.content-container { width: calc(100vw - 353px); cdk-virtual-scroll-viewport { diff --git a/apps/red-ui/src/app/modules/admin/screens/dictionary-overview/dictionary-overview-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/dictionary-overview/dictionary-overview-screen.component.html index dc0f181d7..f1eda64f4 100644 --- a/apps/red-ui/src/app/modules/admin/screens/dictionary-overview/dictionary-overview-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/dictionary-overview/dictionary-overview-screen.component.html @@ -51,7 +51,7 @@
-
+
-
-
+
+
diff --git a/apps/red-ui/src/app/modules/admin/screens/digital-signature/digital-signature-screen.component.scss b/apps/red-ui/src/app/modules/admin/screens/digital-signature/digital-signature-screen.component.scss index 0234418a4..70c529036 100644 --- a/apps/red-ui/src/app/modules/admin/screens/digital-signature/digital-signature-screen.component.scss +++ b/apps/red-ui/src/app/modules/admin/screens/digital-signature/digital-signature-screen.component.scss @@ -1,11 +1,11 @@ @import '../../../../../assets/styles/red-mixins'; @import '../../../../../assets/styles/red-variables'; -.left-container { +.content-container { width: 100vw; @include inset-shadow; - .left-container-content { + .content-container-content { margin: 20px; } } diff --git a/apps/red-ui/src/app/modules/admin/screens/file-attributes-csv-import-dialog/file-attributes-csv-import-dialog.component.html b/apps/red-ui/src/app/modules/admin/screens/file-attributes-csv-import-dialog/file-attributes-csv-import-dialog.component.html index 0e42db679..58c67ce1e 100644 --- a/apps/red-ui/src/app/modules/admin/screens/file-attributes-csv-import-dialog/file-attributes-csv-import-dialog.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/file-attributes-csv-import-dialog/file-attributes-csv-import-dialog.component.html @@ -96,7 +96,7 @@
-
+
.left-container { + > .content-container { width: 100%; redaction-table-col-name::ng-deep { diff --git a/apps/red-ui/src/app/modules/admin/screens/file-attributes-listing/file-attributes-listing-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/file-attributes-listing/file-attributes-listing-screen.component.html index 213485478..2ceed9c98 100644 --- a/apps/red-ui/src/app/modules/admin/screens/file-attributes-listing/file-attributes-listing-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/file-attributes-listing/file-attributes-listing-screen.component.html @@ -10,7 +10,7 @@
-
+
-
+
diff --git a/apps/red-ui/src/app/modules/admin/screens/license-information/license-information-screen.component.scss b/apps/red-ui/src/app/modules/admin/screens/license-information/license-information-screen.component.scss index 4e08ae65d..afa5c1d69 100644 --- a/apps/red-ui/src/app/modules/admin/screens/license-information/license-information-screen.component.scss +++ b/apps/red-ui/src/app/modules/admin/screens/license-information/license-information-screen.component.scss @@ -1,7 +1,7 @@ @import '../../../../../assets/styles/red-mixins'; @import '../../../../../assets/styles/red-variables'; -.left-container { +.content-container { width: 100vw; @include inset-shadow; overflow: auto; diff --git a/apps/red-ui/src/app/modules/admin/screens/rule-sets-listing/rule-sets-listing-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/rule-sets-listing/rule-sets-listing-screen.component.html index d61ce8d6e..dbf71c054 100644 --- a/apps/red-ui/src/app/modules/admin/screens/rule-sets-listing/rule-sets-listing-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/rule-sets-listing/rule-sets-listing-screen.component.html @@ -25,7 +25,7 @@
-
+
-
+
diff --git a/apps/red-ui/src/app/modules/admin/screens/smtp-config/smtp-config-screen.component.scss b/apps/red-ui/src/app/modules/admin/screens/smtp-config/smtp-config-screen.component.scss index 3447b574d..5e8fac9f7 100644 --- a/apps/red-ui/src/app/modules/admin/screens/smtp-config/smtp-config-screen.component.scss +++ b/apps/red-ui/src/app/modules/admin/screens/smtp-config/smtp-config-screen.component.scss @@ -1,7 +1,7 @@ @import '../../../../../assets/styles/red-variables'; @import '../../../../../assets/styles/red-mixins'; -.left-container { +.content-container { width: 100vw; background-color: $grey-2; display: flex; diff --git a/apps/red-ui/src/app/modules/admin/screens/user-listing/user-listing-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/user-listing/user-listing-screen.component.html index 3b20c9a98..7db7f95d2 100644 --- a/apps/red-ui/src/app/modules/admin/screens/user-listing/user-listing-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/user-listing/user-listing-screen.component.html @@ -23,7 +23,7 @@
-
+
-
+
diff --git a/apps/red-ui/src/app/modules/admin/screens/watermark/watermark-screen.component.scss b/apps/red-ui/src/app/modules/admin/screens/watermark/watermark-screen.component.scss index e046b3aef..ff31b223f 100644 --- a/apps/red-ui/src/app/modules/admin/screens/watermark/watermark-screen.component.scss +++ b/apps/red-ui/src/app/modules/admin/screens/watermark/watermark-screen.component.scss @@ -9,7 +9,7 @@ flex-direction: row-reverse; } -.left-container { +.content-container { width: calc(100vw - 353px); .viewer { diff --git a/apps/red-ui/src/app/modules/projects/screens/file-preview-screen/file-preview-screen.component.html b/apps/red-ui/src/app/modules/projects/screens/file-preview-screen/file-preview-screen.component.html index 3efa6f1c4..5adc3ea96 100644 --- a/apps/red-ui/src/app/modules/projects/screens/file-preview-screen/file-preview-screen.component.html +++ b/apps/red-ui/src/app/modules/projects/screens/file-preview-screen/file-preview-screen.component.html @@ -30,27 +30,25 @@
- +
{{ appStateService.activeFile.status | translate }} - {{ 'by' | translate }}:{{ 'by' | translate }}:
@@ -62,7 +60,9 @@ >
@@ -190,7 +190,7 @@
-
+
- - +
-
+
{{ 'project-listing.table-header.title' | translate: { length: displayedProjects.length || 0 } }} diff --git a/apps/red-ui/src/app/modules/projects/screens/project-listing-screen/project-listing-screen.component.scss b/apps/red-ui/src/app/modules/projects/screens/project-listing-screen/project-listing-screen.component.scss index d9b0fe708..5f0223e31 100644 --- a/apps/red-ui/src/app/modules/projects/screens/project-listing-screen/project-listing-screen.component.scss +++ b/apps/red-ui/src/app/modules/projects/screens/project-listing-screen/project-listing-screen.component.scss @@ -1,7 +1,7 @@ @import '../../../../../assets/styles/red-mixins'; @import '../../../../../assets/styles/red-variables'; -.left-container { +.content-container { cdk-virtual-scroll-viewport { ::ng-deep.cdk-virtual-scroll-content-wrapper { grid-template-columns: 2fr 1fr 1fr auto 11px; diff --git a/apps/red-ui/src/app/modules/projects/screens/project-overview-screen/project-overview-screen.component.html b/apps/red-ui/src/app/modules/projects/screens/project-overview-screen/project-overview-screen.component.html index 810915b03..8a66a3fc2 100644 --- a/apps/red-ui/src/app/modules/projects/screens/project-overview-screen/project-overview-screen.component.html +++ b/apps/red-ui/src/app/modules/projects/screens/project-overview-screen/project-overview-screen.component.html @@ -82,7 +82,7 @@
-
+
@@ -175,7 +175,7 @@ [class.pointer]="permissionsService.canOpenFile(fileStatus)" [routerLink]="fileLink(fileStatus)" class="table-item" - [class.disabled]='fileStatus.isExcluded' + [class.disabled]="fileStatus.isExcluded" >
diff --git a/apps/red-ui/src/app/modules/projects/screens/project-overview-screen/project-overview-screen.component.scss b/apps/red-ui/src/app/modules/projects/screens/project-overview-screen/project-overview-screen.component.scss index 5dbd733dc..dd6c59430 100644 --- a/apps/red-ui/src/app/modules/projects/screens/project-overview-screen/project-overview-screen.component.scss +++ b/apps/red-ui/src/app/modules/projects/screens/project-overview-screen/project-overview-screen.component.scss @@ -72,7 +72,7 @@ cdk-virtual-scroll-viewport { } } -.left-container { +.content-container { width: calc(100vw - 375px); } diff --git a/apps/red-ui/src/assets/styles/red-page-layout.scss b/apps/red-ui/src/assets/styles/red-page-layout.scss index 9d8de2063..a97309330 100644 --- a/apps/red-ui/src/assets/styles/red-page-layout.scss +++ b/apps/red-ui/src/assets/styles/red-page-layout.scss @@ -80,7 +80,7 @@ body { z-index: 1; transition: height ease-in-out 0.2s; - .left-container { + .content-container { .overlay-shadow { @include inset-shadow; position: fixed;