aboutsummaryrefslogtreecommitdiff
path: root/www/builds-body.css
blob: b5275c32eb40cef63bcb6e885bbb45267f0fb5b2 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/*
 * Filter form (based on proplist and form-table)
 */
#filter input, #filter select,
#build-count, #build-count #count
{
  width: 100%;
  margin:0;
}

#filter-btn {padding-left: .4em;}

/*
 * Build count.
 */
#count
{
  font-size: 1.32em;
  line-height: 1.4em;
  color: #555;

  margin: 1.2em 0 0 0;
}

/*
 * Build table.
 */
.build, #filter
{
  margin-top: .8em;
  margin-bottom: .8em;

  padding-top: .4em;
  padding-bottom: .4em;
}
.build:nth-child(even) {background-color: rgba(0, 0, 0, 0.07);}

.build th, #filter th
{
  width: 7.4em;
}

.build tr.name td .value,
.build tr.version td .value,
.build tr.toolchain td .value,
.build tr.target td .value,
.build tr.tgt-config td .value,
.build tr.pkg-config td .value,
.build tr.timestamp td .value,
.build tr.login td .value,
.build tr.result td .value,
.build tr.tenant td .value
{
  /* <code> style. */
  font-family: monospace;
  font-size: 0.94em;
}

.build .pending  {color: #d1943c;}
.build .building {color: #d1943c;}
.build .success  {color: #00bb00;}
.build .warning  {color: #fe7c04;}
.build .error    {color: #ff0000;}
.build .abort    {color: #ff0000;}
.build .abnormal {color: #ff0000;}