Skip to content

Commit

Permalink
modify css style of login page for saml2 and oidc auth module
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Apr 12, 2023
1 parent 3f3d15f commit 1daafe3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<html xmlns:wicket="http://wicket.apache.org">
<body>
<wicket:extend>
<h4><wicket:child/></h4>
<h4 class="text-bold text-center pb-3"><wicket:child/></h4>
<div wicket:id="providers" class="col-md-12">
<a wicket:id="provider"/>
<a wicket:id="provider" class="p-3 mb-2 card tile-panel selectable btn text-left"/>
</div>
<div class="pull-right">
<form method="post" wicket:id="logoutForm">
Expand Down

0 comments on commit 1daafe3

Please sign in to comment.