NIHVIVO-2739: Styled feedback messages when users edit their accounts using "My account" link

This commit is contained in:
manolobevia 2011-06-22 00:24:59 +00:00
parent deeada0413
commit a394d7aa0d
2 changed files with 2 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After

View file

@ -52,9 +52,8 @@
</#if>
<#if confirmMessage?has_content>
<section id="error-alert" role="alert">
<img src="${urls.images}/iconConfirmation.png" width="24" height="24" alert="Confirmation icon"/>
<p>${confirmMessage}</p>
<section class="account-feedback" role="alert">
<p><img class="middle" src="${urls.images}/iconConfirmation.png" alert="Confirmation icon"/> ${confirmMessage}</p>
</section>
</#if>