Skip to content

Commit

Permalink
#1748 fixed appearance of the non-editable 'Username' field is on the…
Browse files Browse the repository at this point in the history
… user account page
  • Loading branch information
mariannk committed Nov 23, 2016
1 parent 766a283 commit 3dde7a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Expand Up @@ -2842,7 +2842,7 @@ label, label + * {
font-size: 16px;
color: #4cb17c;
}

.customer-info-page .readonly-username,
.customer-info-page .vat-status {
margin: 0 5px;
font-size: 14px;
Expand Down
Expand Up @@ -2865,6 +2865,7 @@ label, label + * {
font-size: 16px;
color: #4cb17c;
}
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
margin: 0 5px;
font-size: 14px;
Expand Down
2 changes: 1 addition & 1 deletion src/Presentation/Nop.Web/Views/Customer/Info.cshtml
Expand Up @@ -136,7 +136,7 @@
{
<div class="inputs">
@Html.LabelFor(model => model.Username, new { }, ":")
@Model.Username
<span class="readonly-username">@Model.Username</span>
</div>
}
}
Expand Down

0 comments on commit 3dde7a2

Please sign in to comment.