Skip to content

Commit

Permalink
Fixed issue #10324: CSS on login page needs fixing
Browse files Browse the repository at this point in the history
Dev: forgot password screen
  • Loading branch information
LouisGac committed Nov 16, 2016
1 parent 09a759b commit afd614c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions application/views/admin/authentication/forgotpassword.php
Expand Up @@ -3,17 +3,16 @@
* Forgot your password
*/
?>
<noscript>If you see this you have probably JavaScript deactivated. LimeSurvey does not work without Javascript being activated in the browser!</noscript>
<div class="container-fluid welcome">
<div class="row text-center">
<div class="col-lg-3 col-lg-offset-4 col-sm-6 col-sm-offset-3">
<div id="login-panel">
<div class="panel panel-primary login-pannel" id="pannel-1">

<!-- Header -->
<div class="panel-body">
<div class="row">
<div class="col-lg-12">
<img alt="logo" id="profile-img" class="profile-img-card img-responsive center-block" src="<?php echo LOGO_URL;?>" />
</div>
<img alt="logo" id="profile-img" class="profile-img-card center-block" src="<?php echo LOGO_URL;?>" />
</div>
</div>

Expand Down

0 comments on commit afd614c

Please sign in to comment.