Skip to content

Commit

Permalink
MDL-28587 fix for MOODLE_21_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
kordan committed Aug 3, 2011
1 parent aede1fe commit 5dd9ee1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions theme/formal_white/style/formal_white.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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 .generalbox {border:none;}
#page-enrol-instances .select.menujump {margin-left:0.5em;} #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 */ /* tables */
.editcourse th, .editcourse th,
.editcourse td, .editcourse td,
Expand Down

0 comments on commit 5dd9ee1

Please sign in to comment.