Skip to content

Commit

Permalink
System Info screen's module listing can actually be scanned for failu…
Browse files Browse the repository at this point in the history
…res now.

Added .warning and .installed classes from mt-check to main messaging stylesheet.
  • Loading branch information
su authored and jayallen committed Oct 26, 2009
1 parent 0d3642c commit a23809d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions mt-static/css/messaging.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,23 @@
}


/* System Info Messages ---------------------------------------------------------------------------------- */

body#system-check .installed {
color: #93b06b;
padding-top: 0px;
margin-top: 0px;
}

body#system-check .warning {
padding-top: 0px;
margin-top: 4px;
border-left: 1px solid red;
padding-left: 10px;
margin-left: 20px;
}


/* Debug Panel Messages ---------------------------------------------------------------------------------- */

.debug-panel {
Expand Down

0 comments on commit a23809d

Please sign in to comment.