diff --git a/src/NuGetGallery/Views/Organizations/Add.cshtml b/src/NuGetGallery/Views/Organizations/Add.cshtml index 00539a119b..1652989929 100644 --- a/src/NuGetGallery/Views/Organizations/Add.cshtml +++ b/src/NuGetGallery/Views/Organizations/Add.cshtml @@ -47,24 +47,24 @@
@Html.ShowLabelFor(m => m.OrganizationName) - @Html.ShowTextBoxFor(m => m.OrganizationName) + @Html.ShowTextBoxFor(m => m.OrganizationName, customClass: "input-brand") This will be your organization account on @Url.User("{username}", relativeUrl: false). @Html.ShowValidationMessagesFor(m => m.OrganizationName)
@Html.ShowLabelFor(m => m.OrganizationEmailAddress) - @Html.ShowTextBoxFor(m => m.OrganizationEmailAddress) + @Html.ShowTextBoxFor(m => m.OrganizationEmailAddress, customClass: "input-brand") Users can contact your organization at this email address. @Html.ShowValidationMessagesFor(m => m.OrganizationEmailAddress)
- +
- +
} diff --git a/src/NuGetGallery/Views/Organizations/DeleteAccount.cshtml b/src/NuGetGallery/Views/Organizations/DeleteAccount.cshtml index 75315cb8e3..47e02d0bba 100644 --- a/src/NuGetGallery/Views/Organizations/DeleteAccount.cshtml +++ b/src/NuGetGallery/Views/Organizations/DeleteAccount.cshtml @@ -55,10 +55,10 @@

- +
- +
} diff --git a/src/NuGetGallery/Views/Organizations/ManageOrganization.cshtml b/src/NuGetGallery/Views/Organizations/ManageOrganization.cshtml index ae5618ae8c..0f8d19ba1b 100644 --- a/src/NuGetGallery/Views/Organizations/ManageOrganization.cshtml +++ b/src/NuGetGallery/Views/Organizations/ManageOrganization.cshtml @@ -83,12 +83,12 @@ @
-
-
diff --git a/src/NuGetGallery/Views/Organizations/_OrganizationAccountManageMembers.cshtml b/src/NuGetGallery/Views/Organizations/_OrganizationAccountManageMembers.cshtml index 6fd98864d4..586a42299a 100644 --- a/src/NuGetGallery/Views/Organizations/_OrganizationAccountManageMembers.cshtml +++ b/src/NuGetGallery/Views/Organizations/_OrganizationAccountManageMembers.cshtml @@ -40,18 +40,18 @@
- +
- +
- +
- +
}
@@ -83,7 +83,7 @@ @if (Model.CanManageMemberships) { - } @@ -99,7 +99,7 @@
-