Skip to content

Commit

Permalink
MID-6271 login page responsiveness fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed May 9, 2022
1 parent af974d6 commit 9aa39c1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</wicket:head>
<wicket:extend>
<div class="row">
<div class="col-md-offset-2 col-md-8 col-lg-offset-4 col-lg-4">
<div class="offset-sm-2 col-sm-8 offset-md-2 col-md-8 offset-lg-3 col-lg-6 offset-xl-4 col-xl-4">
<div class="card" style="margin-top: 120px;">
<div class="card-body">
<div class="col-md-12" style="text-align: right;padding-bottom: 30px; padding-right: 0px;">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,21 @@

<div wicket:id="csrfField"/>

<wicket:link>
<a class="btn" role="button" href="forgetpassword" wicket:id="forgetpassword">
<wicket:message key="PageLogin.forgetPassword"/>
</a>
</wicket:link>

<div class="pull-right">
<a class="btn btn-default" role="button" wicket:id="selfRegistration">
<wicket:message key="PageLogin.selfRegistration"/>
</a>

<input type="submit" class="btn btn-primary" wicket:message="value:PageLogin.signIn"/>
<div class="d-flex justify-content-between flex-wrap gap-1">
<wicket:link>
<a class="btn btn-link px-0" role="button" href="forgetpassword" wicket:id="forgetpassword">
<wicket:message key="PageLogin.forgetPassword"/>
</a>
</wicket:link>

<div class="d-flex gap-1">
<a class="btn btn-default" role="button" wicket:id="selfRegistration">
<wicket:message key="PageLogin.selfRegistration"/>
</a>
<input type="submit" class="btn btn-primary" wicket:message="value:PageLogin.signIn"/>
</div>
</div>
</form>
</wicket:extend>

</body>
</html>

0 comments on commit 9aa39c1

Please sign in to comment.