From 5dd9ee192eb94aa865bc5fa9332c5fcb384651be Mon Sep 17 00:00:00 2001 From: kordan Date: Wed, 3 Aug 2011 15:25:08 +0200 Subject: [PATCH] MDL-28587 fix for MOODLE_21_STABLE --- theme/formal_white/style/formal_white.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/theme/formal_white/style/formal_white.css b/theme/formal_white/style/formal_white.css index 30ed13d7263..aaf26347bb4 100644 --- a/theme/formal_white/style/formal_white.css +++ b/theme/formal_white/style/formal_white.css @@ -79,6 +79,19 @@ h1.headerheading {margin:14px 11px 8px 11px;float:left;font-size:200%;} #page-enrol-instances .generalbox {border:none;} #page-enrol-instances .select.menujump {margin-left:0.5em;} +/* environmenttable */ +.environmenttable .error { + background-color: red; +} + +.environmenttable .warn { + background-color: yellow; +} + +.environmenttable .ok { + background-color: lime; +} + /* tables */ .editcourse th, .editcourse td,