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 {
|
#adminDashboard .add-action-button {
|
||||||
margin-top: .75em;
|
margin-top: .75em;
|
||||||
}
|
}
|
||||||
|
#alertIcon {
|
||||||
|
vertical-align:middle
|
||||||
|
}
|
|
@ -27,7 +27,7 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="${siteConfig.startupStatus}">Startup Status</a>
|
<a href="${siteConfig.startupStatus}">Startup Status</a>
|
||||||
<#if siteConfig.startupStatusAlert>
|
<#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>
|
</#if>
|
||||||
</li>
|
</li>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
Loading…
Add table
Reference in a new issue