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;
|
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;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue