fix btn-large class names.

This commit is contained in:
Ryan Hutchison
2015-07-07 19:57:58 -04:00
parent 67e38aec01
commit b6818b63d3
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<input type="password" id="verifyPassword" name="verifyPassword" class="form-control" data-ng-model="passwordDetails.verifyPassword" placeholder="Verify Password">
</div>
<div class="text-center form-group">
<button type="submit" class="btn btn-large btn-primary">Update Password</button>
<button type="submit" class="btn btn-lg btn-primary">Update Password</button>
</div>
<div data-ng-show="error" class="text-center text-danger">
<strong>{{error}}</strong>

View File

@@ -15,7 +15,7 @@
<input type="password" id="verifyPassword" name="verifyPassword" class="form-control" data-ng-model="passwordDetails.verifyPassword" placeholder="Verify Password">
</div>
<div class="text-center form-group">
<button type="submit" class="btn btn-large btn-primary">Save Password</button>
<button type="submit" class="btn btn-lg btn-primary">Save Password</button>
</div>
<div data-ng-show="success" class="text-center text-success">
<strong>Password Changed Successfully</strong>

View File

@@ -19,7 +19,7 @@
<input type="text" id="username" name="username" class="form-control" data-ng-model="user.username" placeholder="Username">
</div>
<div class="text-center form-group">
<button type="submit" class="btn btn-large btn-primary">Save Profile</button>
<button type="submit" class="btn btn-lg btn-primary">Save Profile</button>
</div>
<div data-ng-show="success" class="text-center text-success">
<strong>Profile Saved Successfully</strong>