X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FaboutNetError.css;h=b6d4d63c2e0d3e6d3ffdc340199fb339c8cc0d7c;hp=f031acaffde800dc52328496a9e8490f7a8dd85b;hb=fa981c35026cc094054c9f158969b12ad343f22f;hpb=b4888bae6fbc1a4e61b478a329f0dca352d0e5a7 diff --git a/LCARStrek/browser/aboutNetError.css b/LCARStrek/browser/aboutNetError.css index f031acaf..b6d4d63c 100644 --- a/LCARStrek/browser/aboutNetError.css +++ b/LCARStrek/browser/aboutNetError.css @@ -16,6 +16,10 @@ body.certerror { #FFCF00 66%, #FFCF00); } +body.captiveportal .title { + background-image: url("wifi.svg"); +} + body.certerror .title { background-image: url("cert-error.svg"); } @@ -39,15 +43,15 @@ button:disabled { display: none; } -#certErrorButtonContainer { +#certErrorAndCaptivePortalButtonContainer { display: none; } -body.certerror #certErrorButtonContainer { +body:not(.neterror) #certErrorAndCaptivePortalButtonContainer { display: flex; } -body.certerror #netErrorButtonContainer { +body:not(.neterror) #netErrorAndCaptivePortalButtonContainer { display: none; } @@ -64,7 +68,19 @@ body.certerror #netErrorButtonContainer { display: none; } -body.certerror #advancedButton { +body.captiveportal #returnButton { + display: none; +} + +body:not(.captiveportal) #openPortalLoginPageButton { + display: none; +} + +#openPortalLoginPageButton { + margin-inline-start: 0; +} + +body:not(.neterror) #advancedButton { display: block; } @@ -79,6 +95,7 @@ body.certerror #advancedButton { #advancedPanelContainer { position: absolute; padding: 24px 0; + width: 100%; } .advanced-panel {