MDL-32380 theme_formal_white: just a new style class for wrong config parameters

This commit is contained in:
Kordan 2012-05-21 10:41:26 +02:00
parent 71d7bc34a8
commit e201eff9cc

View File

@ -71,22 +71,13 @@ p {margin:0}
#page-enrol-instances .select.menujump {margin-left:0.5em;} #page-enrol-instances .select.menujump {margin-left:0.5em;}
/* environmenttable */ /* environmenttable */
.environmenttable .error { .environmenttable .error {background-color:red;}
background-color: red; .environmenttable .warn {background-color:yellow;}
} .environmenttable .ok {background-color:lime;}
.environmenttable .warn {
background-color: yellow;
}
.environmenttable .ok {
background-color: lime;
}
/* adminsettings */ /* adminsettings */
#adminsettings .form-overridden { #adminsettings .form-overridden {background-color:yellow;}
background-color: yellow; #adminsettings .form-warning {color:red;}
}
/* tables */ /* tables */
.editcourse th, .editcourse th,