Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/crash_reporter/crash_reporter.css
blob: 1508708d4c3388542cf3024502650f8115e5fb1b (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
#crash-dialog h1 {
  border-bottom: none;
}

#crash-dialog p {
  overflow: visible;
}

#crash-dialog p:not(:first-of-type) {
  border-top: none;
}

#crash-dialog  a {
  text-decoration: underline;
  margin-top: 2rem;
}

#crash-dialog.learn-more > form {
  display: none;
}

#crash-dialog:not(.learn-more) > section {
  display: none;
}

/* "Crash Reports" information page */
#crash-dialog > section {
  font-family: "MozTT", Sans-serif;
  background-color: #fff;
  color: #000;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#crash-dialog > section > p {
  padding: 1rem 3rem;
  font-size: 1.5rem;
  white-space: normal;
}