~launchpad-pqm/lazr-js/toolchain

« back to all changes in this revision

Viewing changes to src-js/lazrjs/testing/assets/testlogger.css

  • Committer: Sidnei da Silva
  • Date: 2009-11-16 00:51:29 UTC
  • mto: This revision was merged to the branch mainline in revision 154.
  • Revision ID: sidnei.da.silva@canonical.com-20091116005129-8ibwjlboa38glaw5
- Improved generation of skin modules and revamped combo service to make it more twisty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Taken and customized from testlogger.css */
2
 
/*#log .yui3-console-content { width: 44em }*/
3
 
/*#log .yui3-console .yui3-console-bd { height: 30em }*/
4
 
#log .yui3-console .yui3-console-controls { display: none; }
5
 
#log .yui3-console .yui3-console-hd { display: none; }
6
 
#log .yui3-console .yui3-console-ft { position: absolute; top: 0; }
7
 
 
8
 
#log .yui3-console-entry-src { display: none; }
9
 
 
10
 
#log .yui3-console-entry-pass .yui3-console-entry-cat {
11
 
  background-color: green;
12
 
  font-weight: bold;
13
 
  color: white;
14
 
}
15
 
#log .yui3-console-entry-fail .yui3-console-entry-cat {
16
 
  background-color: red;
17
 
  font-weight: bold;
18
 
  color: white;
19
 
}
20
 
#log .yui3-console-entry-ignore .yui3-console-entry-cat {
21
 
  background-color: #666;
22
 
  font-weight: bold;
23
 
  color: white;
24
 
}