From 073c42002ad04f052baba565e75491c102291032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Ha=C3=9Fel?= Date: Wed, 11 Sep 2024 14:04:27 +0200 Subject: [PATCH] css generalized 'tile' (BulkList) --- .../bulk/editor/bulk-editor.component.html | 7 +- .../bulk/editor/bulk-editor.component.less | 3 + .../pages/bulk/list/bulk-list.component.html | 67 +++++++++---------- .../editor/device-editor.component.less | 3 + .../device/list/device-list.component.html | 14 ++-- .../device/list/device-list.component.less | 2 +- .../editor/schedule-editor.component.html | 10 +-- .../list/schedule-list.component.html | 10 +-- .../list/schedule-list.component.less | 8 --- src/main/angular/src/styles.less | 6 +- src/main/angular/src/tile.less | 20 ++++-- 11 files changed, 78 insertions(+), 72 deletions(-) diff --git a/src/main/angular/src/app/pages/bulk/editor/bulk-editor.component.html b/src/main/angular/src/app/pages/bulk/editor/bulk-editor.component.html index 518b221..21640fb 100644 --- a/src/main/angular/src/app/pages/bulk/editor/bulk-editor.component.html +++ b/src/main/angular/src/app/pages/bulk/editor/bulk-editor.component.html @@ -1,12 +1,9 @@ +

-

- -

- @@ -56,4 +53,6 @@
Eigenschaft
+ +
diff --git a/src/main/angular/src/app/pages/bulk/editor/bulk-editor.component.less b/src/main/angular/src/app/pages/bulk/editor/bulk-editor.component.less index e69de29..1922e7f 100644 --- a/src/main/angular/src/app/pages/bulk/editor/bulk-editor.component.less +++ b/src/main/angular/src/app/pages/bulk/editor/bulk-editor.component.less @@ -0,0 +1,3 @@ +table { + width: 100%; +} diff --git a/src/main/angular/src/app/pages/bulk/list/bulk-list.component.html b/src/main/angular/src/app/pages/bulk/list/bulk-list.component.html index d762c07..f48758c 100644 --- a/src/main/angular/src/app/pages/bulk/list/bulk-list.component.html +++ b/src/main/angular/src/app/pages/bulk/list/bulk-list.component.html @@ -1,37 +1,32 @@ -

+

+
+
+ +
+ + +
+ +
+ {{ bulk.name }} +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+
+ +
-

- - - - - - - - - - - - - - - - - - - - - - -
 Bezeichnung   
- - - - {{bulk.name}} - - - - - - -
+
diff --git a/src/main/angular/src/app/pages/device/editor/device-editor.component.less b/src/main/angular/src/app/pages/device/editor/device-editor.component.less index e69de29..1922e7f 100644 --- a/src/main/angular/src/app/pages/device/editor/device-editor.component.less +++ b/src/main/angular/src/app/pages/device/editor/device-editor.component.less @@ -0,0 +1,3 @@ +table { + width: 100%; +} diff --git a/src/main/angular/src/app/pages/device/list/device-list.component.html b/src/main/angular/src/app/pages/device/list/device-list.component.html index f2cb6a3..51fc937 100644 --- a/src/main/angular/src/app/pages/device/list/device-list.component.html +++ b/src/main/angular/src/app/pages/device/list/device-list.component.html @@ -1,12 +1,8 @@ -
- -
-
-
+
@@ -19,7 +15,7 @@
-
+
@@ -33,7 +29,7 @@
-
+
@@ -75,3 +71,7 @@ + +
+ +
diff --git a/src/main/angular/src/app/pages/device/list/device-list.component.less b/src/main/angular/src/app/pages/device/list/device-list.component.less index 0142b11..3914e6b 100644 --- a/src/main/angular/src/app/pages/device/list/device-list.component.less +++ b/src/main/angular/src/app/pages/device/list/device-list.component.less @@ -9,7 +9,7 @@ margin-right: 5px; } - .title { + .tileHeadTitle { float: left; font-weight: bold; } diff --git a/src/main/angular/src/app/pages/schedule/editor/schedule-editor.component.html b/src/main/angular/src/app/pages/schedule/editor/schedule-editor.component.html index dd14887..0d0a181 100644 --- a/src/main/angular/src/app/pages/schedule/editor/schedule-editor.component.html +++ b/src/main/angular/src/app/pages/schedule/editor/schedule-editor.component.html @@ -13,7 +13,7 @@
-
+
@@ -71,7 +71,7 @@
-
+
@@ -101,13 +101,13 @@
-
+
{{ timeService.relativeDate(entry.nextFuzzyTimestamp) }} (eig: {{ entry.nextClearTimestamp.date | date:'HH:mm' }})
-
+
{{ entry.todo }}
diff --git a/src/main/angular/src/app/pages/schedule/list/schedule-list.component.html b/src/main/angular/src/app/pages/schedule/list/schedule-list.component.html index eee7eba..6657aa2 100644 --- a/src/main/angular/src/app/pages/schedule/list/schedule-list.component.html +++ b/src/main/angular/src/app/pages/schedule/list/schedule-list.component.html @@ -9,15 +9,15 @@
-
+
{{ schedule.title }}
-