Skip to content

Commit

Permalink
Style logo in login related pages
Browse files Browse the repository at this point in the history
Apply same style than login page for logo layout in lost-password,
sign-up and verify pages.

Related issue: #23382
  • Loading branch information
cproensa committed Sep 26, 2017
1 parent 883655a commit f27e93b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
6 changes: 1 addition & 5 deletions lost_pwd_page.php
Expand Up @@ -71,11 +71,7 @@
<div class="col-md-offset-3 col-md-6 col-sm-10 col-sm-offset-1">
<div id="lost-password-div" class="login-container">
<div class="space-12 hidden-480"></div>
<a href="<?php echo config_get( 'logo_url' ) ?>">
<h1 class="center white">
<img src="<?php echo helper_mantis_url( config_get( 'logo_image' ) ); ?>">
</h1>
</a>
<?php layout_login_page_logo() ?>
<div class="space-24 hidden-480"></div>
<div class="position-relative">
<div class="signup-box visible widget-box no-border" id="login-box">
Expand Down
6 changes: 1 addition & 5 deletions signup.php
Expand Up @@ -93,11 +93,7 @@
<div class="col-md-offset-3 col-md-6 col-sm-10 col-sm-offset-1">
<div class="login-container">
<div class="space-12 hidden-480"></div>
<a href="<?php echo config_get( 'logo_url' ) ?>">
<h1 class="center white">
<img src="<?php echo helper_mantis_url( config_get( 'logo_image' ) ); ?>">
</h1>
</a>
<?php layout_login_page_logo() ?>
<div class="space-24 hidden-480"></div>

<div class="position-relative">
Expand Down
6 changes: 1 addition & 5 deletions signup_page.php
Expand Up @@ -64,11 +64,7 @@
<div class="col-md-offset-3 col-md-6 col-sm-10 col-sm-offset-1">
<div class="login-container">
<div class="space-12 hidden-480"></div>
<a href="<?php echo config_get( 'logo_url' ) ?>">
<h1 class="center white">
<img src="<?php echo helper_mantis_url( config_get( 'logo_image' ) ); ?>">
</h1>
</a>
<?php layout_login_page_logo() ?>
<div class="space-24 hidden-480"></div>

<div class="position-relative">
Expand Down
6 changes: 1 addition & 5 deletions verify.php
Expand Up @@ -97,11 +97,7 @@
<div class="col-md-offset-4 col-md-4 col-sm-8 col-sm-offset-1">
<div class="login-container">
<div class="space-12 hidden-480"></div>
<a href="<?php echo config_get( 'logo_url' ) ?>">
<h1 class="center white">
<img src="<?php echo helper_mantis_url( config_get( 'logo_image' ) ); ?>">
</h1>
</a>
<?php layout_login_page_logo() ?>
<div class="space-24 hidden-480"></div>

<?php
Expand Down

0 comments on commit f27e93b

Please sign in to comment.