view dashboard.css @ 2:5aa3693fe1ac

Replaced priority column w/ importance, added css styling for priority+severity components.
author Atul Varma <varmaa@toolness.com>
date Sun, 07 Mar 2010 14:51:03 -0800
parents 32d83aaf1afe
children 5eb1d8b6f017
line wrap: on
line source

body {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 9pt;
    background: white;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    background: yellow;
}

#fixed-bugs a {
    text-decoration: line-through;
}

#templates {
    display: none;
}

/* Rule to fix quirks-mode inheritance behavior */
table, caption {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
}

table {
    width: 40em;
    border-collapse: collapse;
}

table, th, td, tr {
    border: 1px black dotted;
}

th, td {
    padding: 0.5em;
}

.P1.critical, .P1.blocker {
    color: red;
}