Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 852f642

Browse files
author
Victor George
committedOct 28, 2015
button sizes fixed; headings
1 parent 94a2311 commit 852f642

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎app/settings/account-info/account-info.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
p(ng-class="{ 'has-symbol-or-number': (vm.newPasswordForm.password.$dirty && !vm.newPasswordForm.password.$error.hasSymbolOrNumber) }") At least one number or symbol
4444

4545
.button-container
46-
button.tc-btn.tc-btn.save(type="submit", tc-busy-button, tc-busy-when="vm.formProcessing.newPasswordForm", ng-disabled="vm.newPasswordForm.$invalid || vm.newPasswordForm.$pristine", ng-class="{'disabled': vm.newPasswordForm.$invalid || vm.newPasswordForm.$pristine}") Change Password
46+
button.tc-btn.save(type="submit", tc-busy-button, tc-busy-when="vm.formProcessing.newPasswordForm", ng-disabled="vm.newPasswordForm.$invalid || vm.newPasswordForm.$pristine", ng-class="{'disabled': vm.newPasswordForm.$invalid || vm.newPasswordForm.$pristine}") Change Password
4747

4848

4949
div(ng-show="vm.isSocialRegistration")
@@ -164,4 +164,4 @@
164164

165165

166166
.save-section
167-
button.save.tc-btn.tc-btn-l(type="submit", tc-busy-button, tc-busy-when="vm.formProcessing.accountInfoForm", ng-disabled="vm.accountInfoForm.$invalid || vm.accountInfoForm.$pristine", ng-class="{'enabled-button': vm.accountInfoForm.$valid}", ng-click="vm.accountInfoForm.$valid && vm.accountInfoForm.$dirty && vm.saveAccountInfo()") Save
167+
button.save.tc-btn.tc-btn-wide(type="submit", tc-busy-button, tc-busy-when="vm.formProcessing.accountInfoForm", ng-disabled="vm.accountInfoForm.$invalid || vm.accountInfoForm.$pristine", ng-class="{'enabled-button': vm.accountInfoForm.$valid}", ng-click="vm.accountInfoForm.$valid && vm.accountInfoForm.$dirty && vm.saveAccountInfo()") Save

‎app/settings/edit-profile/edit-profile.jade

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
.settings-section.about
77
.section-info
8-
h2 about me
8+
h2 About Me
99
.description The most important information that other community members should know about you.
1010

1111
.section-fields
@@ -25,7 +25,7 @@
2525
button.tc-btn.tc-btn-secondary.tc-btn-s(ng-click="vm.deleteImage()", type="button") Delete
2626

2727
.country
28-
.form-label country to represent
28+
.form-label Country to represent
2929
angucomplete-alt(
3030
id="countryId",
3131
input-name="location",
@@ -59,12 +59,12 @@
5959
track-toggle(tracks="vm.tracks")
6060

6161
.save-section
62-
button.tc-btn.tc-btn-primary.tc-btn-s(ng-show="!(vm.editProfile.$invalid || vm.editProfile.$pristine)", type="submit", tc-busy-button, tc-busy-when="vm.profileFormProcessing" ng-disabled="vm.editProfile.$invalid || vm.editProfile.$pristine", ng-class="{' ': vm.editProfile.$valid, 'disabled': disabled}") Save
63-
button.tc-btn.tc-btn-secondary.tc-btn-s(ng-show="vm.editProfile.$invalid || vm.editProfile.$pristine", type="button", disabled="disabled") Save
62+
button.tc-btn.tc-btn-primary.tc-btn-wide(ng-show="!(vm.editProfile.$invalid || vm.editProfile.$pristine)", type="submit", tc-busy-button, tc-busy-when="vm.profileFormProcessing" ng-disabled="vm.editProfile.$invalid || vm.editProfile.$pristine", ng-class="{' ': vm.editProfile.$valid, 'disabled': disabled}") Save
63+
button.tc-btn.tc-btn-secondary.tc-btn-wide(ng-show="vm.editProfile.$invalid || vm.editProfile.$pristine", type="button", disabled="disabled") Save
6464

6565
.settings-section.skills
6666
.section-info
67-
h2 skills
67+
h2 Skills
6868
.description Languages, environments, frameworks, libraries, platforms, tools, and any other technologies that you know well.
6969

7070
.section-fields
@@ -91,7 +91,7 @@
9191

9292
.settings-section.links
9393
.section-info
94-
h2 external links
94+
h2 External links
9595
.description Show off your work and experience outside of Topcoder. Connect accounts from popular services and networks or add a link to any site.
9696

9797
.section-fields

0 commit comments

Comments
 (0)
This repository has been archived.