ux(password): minor fix for change password page

This commit is contained in:
Torkel Ödegaard
2016-01-17 20:16:39 +01:00
parent 0cb68b86fc
commit 8161a0943d
3 changed files with 11 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
<topnav title="Profile" title-url="profile" icon="fa fa-user" subnav="true">
<navbar title="Profile" title-url="profile" icon="fa fa-fw fa-user" subnav="true">
<ul class="nav">
<li class="active"><a href="profile/password">Change password</a></li>
</ul>
</topnav>
</navbar>
<div class="page-container">
<div class="page">
@@ -47,7 +47,11 @@
</div>
<br>
<button type="submit" class="pull-right btn btn-success" ng-click="changePassword()">Change Password</button>
<div class="pull-right">
<button type="submit" class="btn btn-success" ng-click="changePassword()">Change Password</button>
&nbsp;
<a class="btn btn-inverse" href="profile">Cancel</a>
</div>
</form>
</div>

View File

@@ -1,10 +1,10 @@
<topnav title="Account" title-url="profile" icon="fa fa-fw fa-user">
</topnav>
<navbar title="Profile" title-url="profile" icon="fa fa-fw fa-user">
</navbar>
<div class="page-container">
<div class="page-wide">
<h1>Account & Preferences</h1>
<h1>Profile & Preferences</h1>
<section class="simple-box">
<h3 class="simple-box-header">Preferences</h3>