Skip to content

Commit 86e422f

Browse files
committed
Fixed texts centering in auth dialogs
1 parent 031f254 commit 86e422f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/auth/login/login-page.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ themeTitle: ModularAdmin
1111
</h1>
1212
</header>
1313
<div class="auth-content">
14-
<p class="text-center">LOGIN TO CONTINUE</p>
14+
<p class="text-xs-center">LOGIN TO CONTINUE</p>
1515
<form id="login-form" action="/index.html" method="GET" novalidate="">
1616
<div class="form-group">
1717
<label for="username" >Username</label>
@@ -33,7 +33,7 @@ themeTitle: ModularAdmin
3333
<button type="submit" class="btn btn-block btn-primary">Login</button>
3434
</div>
3535
<div class="form-group">
36-
<p class="text-muted text-center">Do not have an account? <a href="signup.html">Sign Up!</a></p>
36+
<p class="text-muted text-xs-center">Do not have an account? <a href="signup.html">Sign Up!</a></p>
3737
</div>
3838
</form>
3939
</div>

src/auth/reset/reset-page.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ themeTitle: ModularAdmin
1111
</h1>
1212
</header>
1313
<div class="auth-content">
14-
<p class="text-center">PASSWORD RECOVER</p>
15-
<p class="text-muted text-center"><small>Enter your email address to recover your password.</small></p>
14+
<p class="text-xs-center">PASSWORD RECOVER</p>
15+
<p class="text-muted text-xs-center"><small>Enter your email address to recover your password.</small></p>
1616
<form id="reset-form" action="/index.html" method="GET" novalidate="">
1717
<div class="form-group">
1818
<label for="email1" >Email</label>

src/auth/signup/signup-page.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ themeTitle: ModularAdmin
1111
</h1>
1212
</header>
1313
<div class="auth-content">
14-
<p class="text-center">SIGNUP TO GET INSTANT ACCESS</p>
14+
<p class="text-xs-center">SIGNUP TO GET INSTANT ACCESS</p>
1515
<form id="signup-form" action="/index.html" method="GET" novalidate="">
1616
<div class="form-group">
1717
<label for="firstname" >Name</label>
@@ -55,7 +55,7 @@ themeTitle: ModularAdmin
5555
<button type="submit" class="btn btn-block btn-primary">Sign Up</button>
5656
</div>
5757
<div class="form-group">
58-
<p class="text-muted text-center">Already have an account? <a href="login.html">Login!</a></p>
58+
<p class="text-muted text-xs-center">Already have an account? <a href="login.html">Login!</a></p>
5959
</div>
6060
</form>
6161
</div>

0 commit comments

Comments
 (0)