mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
Feature: Format warning as such
This commit is contained in:
parent
c6bb70d99b
commit
c3daf23180
@ -43,7 +43,7 @@
|
||||
</form>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<p>
|
||||
<p class="warning">
|
||||
<strong>No mounts!</strong>
|
||||
There are no other mountpoints you could move the listeners to.
|
||||
</p>
|
||||
|
@ -275,3 +275,13 @@ h1, h2, h3, h5 {
|
||||
.error a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.warning {
|
||||
border: 1px solid #5C2949;
|
||||
background-color: #FFFF99;
|
||||
padding: .5em 2em;
|
||||
}
|
||||
|
||||
.warning strong {
|
||||
display: block;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user