view css/file-bug.css @ 36:eb2cc1f89869

Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
author Atul Varma <avarma@mozilla.com>
date Sat, 24 Apr 2010 12:04:24 -0700
parents b34a56c353de
children
line wrap: on
line source

table {
    width: 40em;
}

tr {
    border: none;
}

td {
    padding-left: 0;
}

form {
    width: 40em;
}

input, textarea {
    border: 1px solid black;
    width: 100%;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 9pt;
}

.ui-autocomplete-loading {
    background-image: url('images/ajax-loader.gif');
}