NIHVIVO-1976: updated error alert styles

This commit is contained in:
tlw72 2011-02-01 17:34:49 +00:00
parent 903cb6cfda
commit 41e441b9da
2 changed files with 4 additions and 1 deletions

View file

@ -29,7 +29,7 @@
<#if errorMessage??>
<section id="error-alert" role="alert"><img src="${urls.images}/iconAlert.png" alert="Error alert icon" />
<p>${errorMessage}</p>
<p class="login-alert">${errorMessage}</p>
</section>
</#if>