File: test.css

package info (click to toggle)
node-nwmatcher 1.3.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,676 kB
  • ctags: 777
  • sloc: sh: 98; makefile: 27
file content (50 lines) | stat: -rw-r--r-- 771 bytes parent folder | download | duplicates (50)
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
body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
  font-family: sans-serif;
}

body {
  font-size:0.8em;
}

#log {
  padding-bottom: 1em;
  border-bottom: 2px solid #000;
  margin-bottom: 2em;
}

.logsummary {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1ex;
  border: 1px solid #000;
  font-weight: bold;
}

.logtable {
  width:100%;
  border-collapse: collapse;
  border: 1px dotted #666;
}

.logtable td, .logtable th {
  text-align: left;
  padding: 3px 8px;
  border: 1px dotted #666;
}

.logtable .passed {
  background-color: #cfc;
}

.logtable .failed, .logtable .error {
  background-color: #fcc;
}

.logtable td div.action_buttons {
  display: inline;
}

.logtable td div.action_buttons input {
  margin: 0 5px;
  font-size: 10px;
}