~pressflow/pressflow/menu-tng

« back to all changes in this revision

Viewing changes to modules/simpletest/simpletest.css

  • Committer: David Strauss
  • Date: 2009-09-11 14:26:47 UTC
  • mfrom: (47.1.3 pressflow)
  • Revision ID: david@fourkitchens.com-20090911142647-266sj91beqp1nkmw
Update SimpleTest with boombatower's heroic backport and Josh's Pressflow integration work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: simpletest.css,v 1.1.6.3 2009/02/08 02:35:39 boombatower Exp $ */
 
1
/* $Id: simpletest.css,v 1.1.6.4 2009/09/05 13:34:10 boombatower Exp $
 
2
/* Core: Id: simpletest.css,v 1.6 2009/08/04 06:47:00 webchick Exp */
2
3
 
3
4
/* Addon for the simpletest module */
4
5
#simpletest {
6
7
 
7
8
/* Test Table */
8
9
#simpletest-form-table th.select-all {
9
 
  width: 50px;
 
10
  width: 25px;
10
11
}
11
12
 
12
13
th.simpletest_test {
59
60
  background: #f5e742;
60
61
}
61
62
 
 
63
tr.simpletest-debug.odd {
 
64
  background: #eeeeee;
 
65
}
 
66
 
 
67
tr.simpletest-debug.even {
 
68
  background: #ffffff;
 
69
}
 
70
 
62
71
div.simpletest-image {
63
72
  display: inline;
64
73
  cursor: pointer;