diff --git a/admin/moveclients.xsl b/admin/moveclients.xsl index 7ee6d44f..1eb2479f 100644 --- a/admin/moveclients.xsl +++ b/admin/moveclients.xsl @@ -43,7 +43,7 @@ -

+

No mounts! There are no other mountpoints you could move the listeners to.

diff --git a/web/assets/css/style.css b/web/assets/css/style.css index 95a49c24..12694cf5 100644 --- a/web/assets/css/style.css +++ b/web/assets/css/style.css @@ -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; +}