summaryrefslogtreecommitdiff
path: root/views/partials/edit-profile.ejs
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-09-29 14:07:29 -0400
committerryderr <r@okfoc.us>2014-09-29 14:07:29 -0400
commit7cd5291ff363c0fcd776e1039c2af650b758d70d (patch)
treea48fc4b8e2210cde33f4c731c2ac957063e8bec9 /views/partials/edit-profile.ejs
parenta140d347c7e4e1a6c17ab117832056e3d7f7e512 (diff)
some styles
Diffstat (limited to 'views/partials/edit-profile.ejs')
-rw-r--r--views/partials/edit-profile.ejs5
1 files changed, 3 insertions, 2 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>