summaryrefslogtreecommitdiffstats
path: root/WebKitTools/TestResultServer/stylesheets/dashboardfile.css
blob: 1b0921ce747b2ffb6b564b6cb04eec9584d84286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
body {
  font-family: Verdana, Helvetica, sans-serif;
  padding: 0px;
  color: #444;
}
h1 {
  color: #444;
  font-size: 14pt;
  font-style: italic;
  margin: 0px;
  padding: 5px;
}
table {
  border-spacing: 0px;
}
th {
  background-color: #AAA;
  color: white;
  text-align: left;
  padding: 5px;
  font-size: 12pt;
}
td {
  font-size: 11pt;
  padding: 3px;
  text-align: left;
}
tr:hover {
  background-color: #EEE;
}