Minor resizing and style change for the alert icon
This commit is contained in:
parent
d4f561d156
commit
9837855d58
2 changed files with 4 additions and 1 deletions
|
@ -36,3 +36,6 @@
|
|||
#adminDashboard .add-action-button {
|
||||
margin-top: .75em;
|
||||
}
|
||||
#alertIcon {
|
||||
vertical-align:middle
|
||||
}
|
|
@ -27,7 +27,7 @@
|
|||
<li>
|
||||
<a href="${siteConfig.startupStatus}">Startup Status</a>
|
||||
<#if siteConfig.startupStatusAlert>
|
||||
<img src="${urls.images}/iconAlert.png" width="24" height="24" alert="Error alert icon" />
|
||||
<img id="alertIcon" src="${urls.images}/iconAlert.png" width="20" height="20" alert="Error alert icon" />
|
||||
</#if>
|
||||
</li>
|
||||
</#if>
|
||||
|
|
Loading…
Add table
Reference in a new issue