Skip to content

Commit

Permalink
better spacing for edit user back chevron
Browse files Browse the repository at this point in the history
Summary:
* quick spacing and layout changes for edit user back chevron
* quick test code review for @sophshep

Test Plan:
* go to `/users`
* click any user
* click back chevron

Reviewers: shadowhand, sophshep

Reviewed By: sophshep

Subscribers: sophshep, shadowhand, rjmackay

Differential Revision: https://phabricator.ushahidi.com/D591
  • Loading branch information
Seth Hall committed Jan 8, 2015
1 parent 330bf3a commit 3f9a783
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion sass/pages/users/_profile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,19 @@


/*------------------------------------*\
$EDIT BUTTONS
$BUTTONS
\*------------------------------------*/

.back-button {
color: $white;
float: left;
padding-right: 30px;

&:hover {
color: $white;
}
}

.save-user-button {
margin-left: 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion server/www/templates/users/profile.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="container">

<div class="manage-users-header">
<h4 class="title"><a ng-href="/users" title="Go Back">&laquo;</a> {{title}}</h4>
<h4 class="title"><a ng-href="/users" title="Go Back" class="back-button">&laquo;</a> {{title}}</h4>
</div>

<div class="wrapper form-wrapper">
Expand Down

0 comments on commit 3f9a783

Please sign in to comment.