Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/crash_reporter/crash_reporter.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/style/crash_reporter/crash_reporter.css')
-rw-r--r--apps/system/style/crash_reporter/crash_reporter.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/apps/system/style/crash_reporter/crash_reporter.css b/apps/system/style/crash_reporter/crash_reporter.css
new file mode 100644
index 0000000..1508708
--- /dev/null
+++ b/apps/system/style/crash_reporter/crash_reporter.css
@@ -0,0 +1,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;
+}