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

@ -45,6 +45,9 @@ User feedback
font-size: 0.9em; font-size: 0.9em;
line-height: 30px; line-height: 30px;
} }
#error-alert p.login-alert {
padding-top: 0px;
}
#confirmation-alert { #confirmation-alert {
color: #169f43; color: #169f43;
padding: 0px; padding: 0px;

View file

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