From 024dea1f19611d9568226bc6eb69118c1e08068f Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 11 Mar 2024 10:40:44 +0100 Subject: [PATCH 1/2] fix(UI): permanent labels for input elements Signed-off-by: Arthur Schiwon --- css/admin.css | 5 +++++ templates/admin.php | 46 +++++++++++++++++++++++++++++---------------- 2 files changed, 35 insertions(+), 16 deletions(-) diff --git a/css/admin.css b/css/admin.css index 380dbf5e3..2c6b83bb2 100644 --- a/css/admin.css +++ b/css/admin.css @@ -8,6 +8,11 @@ cursor: pointer; } +.user-saml-standalone-label { + margin-top: 1.5ex; + display: inline-block; +} + #user-saml h3 { font-weight: 700; margin: 20px 0 5px; diff --git a/templates/admin.php b/templates/admin.php index 020e537e6..80365e743 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -90,7 +90,8 @@

- class="required" placeholder=""/> +
+ class="required" />

@@ -106,7 +107,7 @@

@@ -126,16 +128,27 @@

t('Identity Provider Data')) ?>

- t('Configure your IdP settings here.')) ?> -

- -

-

+
+ +

+

+
+ +

t('Show optional Identity Provider settings…')) ?>

@@ -150,7 +163,8 @@ $attribute): ?>

- class="required" placeholder=""/> +
+ class="required"/>

@@ -183,8 +197,8 @@

-
- class="required" placeholder="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/> +
+ class="required" placeholder="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/>

@@ -208,8 +222,8 @@ $attribute): ?>

-
- class="required" placeholder=""/> +
+ class="required" placeholder=""/>

From 44299761d6a26d9c9fe46f273d7feee232508e04 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 15 Mar 2024 10:42:38 +0100 Subject: [PATCH 2/2] fix(UI): misplaced quote MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julius Härtl Signed-off-by: Arthur Schiwon --- templates/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin.php b/templates/admin.php index 80365e743..63ae3ca78 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -143,7 +143,7 @@


- +