comparison css/black-box.css @ 103:a994fc89f341

added semi-automated system tests to black box.
author Atul Varma <avarma@mozilla.com>
date Thu, 29 Apr 2010 10:28:26 -0700
parents
children e79a2dd66e25
comparison
equal deleted inserted replaced
102:00b02ba5236c 103:a994fc89f341
1 body {
2 background: black;
3 color: white;
4 font-family: Monaco, monospace;
5 font-size: 9pt;
6 }
7
8 #dashboard-container {
9 float: left;
10 }
11
12 #dashboard {
13 width: 640px;
14 height: 480px;
15 border: none;
16 margin-right: 1em;
17 }
18
19 .test-button:before {
20 content: "Test ";
21 }
22
23 .test-button {
24 display: block;
25 margin: 1em;
26 cursor: pointer;
27 }
28
29 .running:after {
30 content: " (now running)";
31 }
32
33 span.test-button:hover {
34 background: #404040;
35 }