NIHVIVO-1976: updated error alert styles
This commit is contained in:
parent
903cb6cfda
commit
41e441b9da
2 changed files with 4 additions and 1 deletions
|
@ -45,6 +45,9 @@ User feedback
|
|||
font-size: 0.9em;
|
||||
line-height: 30px;
|
||||
}
|
||||
#error-alert p.login-alert {
|
||||
padding-top: 0px;
|
||||
}
|
||||
#confirmation-alert {
|
||||
color: #169f43;
|
||||
padding: 0px;
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue