1234567891011121314151617181920 |
-
- @model WeOnlineApp.Controllers.UserProfileViewModel
- @{
- Layout = "~/Views/Shared/Layout/_Layout.Play.cshtml";
- ViewBag.Title = L("ChangePasswordTitle");
- ViewBag.PageId = "profile";
- }
- <style>
- .iwb-info-box .box-header, .iwb-info-box .box-footer {
- color: #049e9a
- }
- .btn.btn-iwb {
- color: #fff;
- background-color: #049e9a;
- border-color: #049e9a;
- box-shadow: none;
- }
- </style>
- @Html.Partial("User/_ChangePassword")
|