From c3daf23180e5b26719ae914d1b3d48bbd98cbfce Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Thu, 1 Oct 2020 15:42:22 +0000 Subject: [PATCH] Feature: Format warning as such --- admin/moveclients.xsl | 2 +- web/assets/css/style.css | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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; +}