diff options
| author | ryderr <r@okfoc.us> | 2014-09-29 14:07:29 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-09-29 14:07:29 -0400 |
| commit | 7cd5291ff363c0fcd776e1039c2af650b758d70d (patch) | |
| tree | a48fc4b8e2210cde33f4c731c2ac957063e8bec9 /views/partials | |
| parent | a140d347c7e4e1a6c17ab117832056e3d7f7e512 (diff) | |
some styles
Diffstat (limited to 'views/partials')
| -rw-r--r-- | views/partials/edit-profile.ejs | 5 | ||||
| -rw-r--r-- | views/partials/header.ejs | 2 | ||||
| -rw-r--r-- | views/partials/sign-in.ejs | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/views/partials/edit-profile.ejs b/views/partials/edit-profile.ejs index 96e9da4..a39f856 100644 --- a/views/partials/edit-profile.ejs +++ b/views/partials/edit-profile.ejs @@ -61,8 +61,9 @@ </li> <li class="section_break"> - <h3>Change Password</h3> + <h3 class="link">Change Password</h3> </li> + <div class="hidden"> <li> <label class="description" for="profile_old_password">Old Password:</label> <div> @@ -81,7 +82,7 @@ <input id="profile_new_password2" class="element text medium" type="password" maxlength="255"> </div> </li> - + </div> <li class="buttons"> <input id="saveForm" class="button_text" type="submit" value="Submit" /> </li> diff --git a/views/partials/header.ejs b/views/partials/header.ejs index 6697aff..a48c5e1 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -14,7 +14,7 @@ <a href="/project" data-role="show-projects-modal" class="topLink">Projects</a> [[ if (profile && String(user._id) == String(profile._id)) { ]] - <a href="/profile" data-role="edit-profile-modal" class="topLink editProfile">Edit Profile <span class="icon-ios7-gear-outline"></span></a> + <a href="/profile" data-role="edit-profile-modal" class="topLink editProfile">Settings</a> [[ } else if (! profile) { ]] <a href="/profile" class="topLink">Profile</a> [[ } ]] diff --git a/views/partials/sign-in.ejs b/views/partials/sign-in.ejs index 8268b2a..98f0acc 100644 --- a/views/partials/sign-in.ejs +++ b/views/partials/sign-in.ejs @@ -6,7 +6,7 @@ <form id="signIn" method="post"> <input type="hidden" name="_csrf" value="[[- token ]]"> <a href="/auth/facebook" class="facebook"><b class="icon-social-facebook"></b><span>Sign in with Facebook</span></a> - <b class="signin-tagline">– or the ol' fashion way –</b> + <b class="signin-tagline">– or with your email –</b> <li> <label class="description" for="usernameInput">Username:</label> <div> @@ -39,7 +39,7 @@ <form id="signUp" method="post"> <input type="hidden" name="_csrf" value="[[- token ]]"> <a href="/auth/facebook" class="facebook"><b class="icon-social-facebook"></b><span>Sign up with Facebook</span></a> - <b class="signin-tagline">– or the ol' fashion way –</b> + <b class="signin-tagline">– or with your email –</b> <li> <label class="description" for="usernameInput">Username:</label> <div> |
