From 5dfa4e85eb4b319cbd84da0a3081660772f1ee4d Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Thu, 19 Nov 2020 09:51:29 +0000 Subject: [PATCH] add css adaptions for simplesamlphp pages --- css/Login-Form-Clean.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/Login-Form-Clean.css b/css/Login-Form-Clean.css index 6931389..5f26536 100644 --- a/css/Login-Form-Clean.css +++ b/css/Login-Form-Clean.css @@ -66,3 +66,12 @@ text-decoration: none; } +#homepage{ + position:relative !important; +} + +#header{ + background: none; + height: fit-content; +} + -- GitLab