diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/css/black-box.css	Thu Apr 29 10:28:26 2010 -0700
@@ -0,0 +1,35 @@
+body {
+    background: black;
+    color: white;
+    font-family: Monaco, monospace;
+    font-size: 9pt;
+}
+
+#dashboard-container {
+    float: left;
+}
+
+#dashboard {
+    width: 640px;
+    height: 480px;
+    border: none;
+    margin-right: 1em;
+}
+
+.test-button:before {
+    content: "Test ";
+}
+
+.test-button {
+    display: block;
+    margin: 1em;
+    cursor: pointer;
+}
+
+.running:after {
+    content: " (now running)";
+}
+
+span.test-button:hover {
+    background: #404040;
+}