From c345d2f9d6aff2ec9ac2710bc2615d1eae122b9d Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 8 Aug 2013 12:25:42 +0000 Subject: [PATCH] Fixed the red-on-red error message style which came in with the nomcom code merge. - Legacy-Id: 5993 --- static/css/base2.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/static/css/base2.css b/static/css/base2.css index f51504aae..e7adc1be6 100644 --- a/static/css/base2.css +++ b/static/css/base2.css @@ -226,7 +226,14 @@ li.success { margin: 0.5em; background-color: #4f4; } li.warning { margin: 0.5em; background-color: #fc8; color: black;} li.error { margin: 0.5em; background-color: #f44; } -.errorlist { background: red; color: white; padding: 0.2ex 0.2ex 0.2ex 0.5ex; border: 0px; margin: 0px; font-family: Arial, sans-serif; } +.errorlist, errorlist li { + background: red; + color: white; + padding: 0.2ex 0.2ex 0.2ex 0.5ex; + border: 0px; + margin: 0px; + font-family: Arial, sans-serif; +} .group-documents .search-results { margin-top: 1.5em; } @@ -355,14 +362,6 @@ span.fieldRequired { background-color: #ffcc66; } -.errorlist li, -.errorlist { - padding: 0px; - margin: 0px; - list-style: none; - color: red; -} - /* js styles */ .js-info { background-color: #FFDD88;