Upgraded Rails and RSpec
[monkeycharger.git] / vendor / plugins / rspec / rspec / story_server / prototype / stylesheets / test.css
blob8c738a3966fc443c6dc5f6f8d58e6357b58c23dd
1 body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
2 font-family: sans-serif;
5 body {
6 font-size:0.8em;
9 .navigation {
10 background: #9DC569;
11 color: #fff;
14 .navigation h1 {
15 font-size: 20px;
18 .navigation h2 {
19 font-size: 16px;
20 font-weight: normal;
21 margin: 0;
22 border: 1px solid #e8a400;
23 border-bottom: 0;
24 background: #ffc;
25 color: #E8A400;
26 padding: 8px;
27 padding-bottom: 0;
30 .navigation ul {
31 margin-top: 0;
32 border: 1px solid #E8A400;
33 border-top: none;
34 background: #ffc;
35 padding: 8px;
36 margin-left: 0;
39 .navigation ul li {
40 font-size: 12px;
41 list-style-type: none;
42 margin-top: 1px;
43 margin-bottom: 1px;
44 color: #555;
47 .navigation a {
48 color: #ffc;
51 .navigation ul li a {
52 color: #000;
55 #log {
56 padding-bottom: 1em;
57 border-bottom: 2px solid #000;
58 margin-bottom: 2em;
61 #logsummary {
62 margin-bottom: 1em;
63 padding: 1ex;
64 border: 1px solid #000;
65 font-weight: bold;
68 #logtable {
69 width:100%;
70 border-collapse: collapse;
71 border: 1px dotted #666;
74 #logtable td, #logtable th {
75 text-align: left;
76 padding: 3px 8px;
77 border: 1px dotted #666;
80 #logtable .passed {
81 background-color: #cfc;
84 #logtable .failed, #logtable .error {
85 background-color: #fcc;
88 #logtable .nameCell {
89 cursor: pointer;