From 33dde6e7d8602b08796e0b0a6001b5bce45a82e6 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 3 Mar 2015 10:49:43 +0100 Subject: [PATCH] css/module.less: add global error styling --- public/css/module.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/public/css/module.less b/public/css/module.less index cd48ab4..e9366f5 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -397,3 +397,15 @@ table.bp { background: #ccc; } +ul.error { + padding: 0; + list-style-type: none; + background-color: @colorCritical; + font-size: 0.8em; + + li { + font-weight: bold; + color: white; + padding: 0.3em 0.8em; + } +}