Skip to content

Commit

Permalink
Merge branch 'MDL-27834' of git://github.com/kordan/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Jun 14, 2011
2 parents f74415b + b2d606a commit 0e36d0c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions theme/formal_white/style/formal_white.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ h1.headerheading {margin:14px 11px 8px 11px;float:left;font-size:200%;}
border: 1px solid #E3DFD4;
border-collapse: collapse;
}

th.header,
.formtable tbody th,
.generalbox th,
Expand Down Expand Up @@ -161,5 +162,31 @@ table td.cell p {margin:0;}
pre, code, tt {
font: 1em/1.3 monospace;
}

/* colors in XMLDB editor section are important */
#listdirectories,
#listtables,
#listfields {
color:grey;
}

#listdirectories tr.r0,
#listtables tr.r0,
#listfields tr.r0 {
background: none repeat scroll 0 0 #F0F0F0;
}

#listdirectories tr.r1,
#listtables tr.r1,
#listfields tr.r1 {
background: none repeat scroll 0 0 #FAFAFA;
}

#listdirectories .highlight,
#listtables .highlight
#listfields .highlight {
background: none repeat scroll 0 0 [[setting:lblockcolumnbgc]];
}

/** Custom CSS **/
[[setting:customcss]]

0 comments on commit 0e36d0c

Please sign in to comment.