From 988cb959fed3c08a3ecc653d1c231718b1986197 Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Thu, 1 Dec 2022 17:44:38 +0100 Subject: [PATCH] =?UTF-8?q?Added=20=E2=80=9Cnoxlab=E2=80=9D=20and=20?= =?UTF-8?q?=E2=80=9Cnoxreas=E2=80=9D=20classes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/site/css/instances.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/web/site/css/instances.css b/web/site/css/instances.css index dfb39a3..65c83ac 100644 --- a/web/site/css/instances.css +++ b/web/site/css/instances.css @@ -47,7 +47,7 @@ img { vertical-align: top; width: 300px; } -.idesc, .inote, .istat { +.idesc, .inote, .istat, .noxreas { width: 100%; max-height: 205px; overflow: auto; @@ -66,27 +66,34 @@ img { width: 360px; height: 148px; } -.idesc p, .inote p { +.idesc p, .inote p, .noxreas p { margin: 0; padding: 0; } -.idesc ul, .idesc ol, .inote ul, .inote ol { +.idesc ul, .idesc ol, .inote ul, .inote ol, .noxreas ul, .noxreas ol { margin: 0; } +.noxreas { + border-color: darkred; +} -.ilab, .idlab, .iblack, .iwarn, .igood, .ivgood, .ibad { +.ilab, .idlab, .noxlab, .iblack, .iwarn, .igood, .ivgood, .ibad { display: inline; border-radius: 3px; background-color: #dbdee3; color: white; padding: 0 6px 0 6px; } -.idlab { +.idlab, .noxlab { margin-top: 2px; display: inline-block; color: black; border-radius: 3px 3px 0 0; } +.noxlab { + color: white; + background-color: darkred; +} .ilab { color: black; }