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