From 5695dafff16309639ddae3d5b140e731a9a328c2 Mon Sep 17 00:00:00 2001 From: Enno Gotthold Date: Mon, 8 Jul 2024 15:19:37 +0200 Subject: [PATCH] Cobbler-Frontend: Settings - Fix layout --- .../settings/view/settings-view.component.css | 20 ++++++++++++++++ .../view/settings-view.component.html | 24 ++++++++++--------- 2 files changed, 33 insertions(+), 11 deletions(-) diff --git a/projects/cobbler-frontend/src/app/settings/view/settings-view.component.css b/projects/cobbler-frontend/src/app/settings/view/settings-view.component.css index 19aec591..1029b57e 100644 --- a/projects/cobbler-frontend/src/app/settings/view/settings-view.component.css +++ b/projects/cobbler-frontend/src/app/settings/view/settings-view.component.css @@ -6,3 +6,23 @@ table { font-size: 14px; width: 100%; } + +.title-table { + display: table; + width: 100%; +} + +.title-row { + display: table-cell; + width: 100%; +} + +.title-cell-text { + display: table-cell; + width: 100%; + vertical-align: middle; +} + +.title-cell-button { + display: table-cell; +} diff --git a/projects/cobbler-frontend/src/app/settings/view/settings-view.component.html b/projects/cobbler-frontend/src/app/settings/view/settings-view.component.html index 714f155d..2b943096 100644 --- a/projects/cobbler-frontend/src/app/settings/view/settings-view.component.html +++ b/projects/cobbler-frontend/src/app/settings/view/settings-view.component.html @@ -1,16 +1,18 @@
-
-

Settings

- - - +
+
+

Settings

+ + + +
@@ -23,7 +25,7 @@

Settings

/>
- +
Name