view 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 source

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;
}