summaryrefslogtreecommitdiffstats
path: root/browser/branding/aurora/stubinstaller/profile_cleanup_page.css
diff options
context:
space:
mode:
Diffstat (limited to 'browser/branding/aurora/stubinstaller/profile_cleanup_page.css')
-rw-r--r--browser/branding/aurora/stubinstaller/profile_cleanup_page.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/browser/branding/aurora/stubinstaller/profile_cleanup_page.css b/browser/branding/aurora/stubinstaller/profile_cleanup_page.css
new file mode 100644
index 0000000000..2d9c3ad189
--- /dev/null
+++ b/browser/branding/aurora/stubinstaller/profile_cleanup_page.css
@@ -0,0 +1,42 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+body {
+ color: white;
+}
+
+#header,
+#refreshCheckboxContainer,
+#refreshButtonContainer {
+ text-align: center;
+ margin-left: 40px;
+ margin-right: 40px;
+ margin-bottom: 30px;
+}
+
+#header {
+ font-size: 35px;
+ font-weight: normal;
+ margin-top: 45px;
+}
+
+#refreshCheckbox {
+ vertical-align: middle;
+}
+
+#checkboxLabel {
+ font-size: 13px;
+}
+
+#refreshButton {
+ padding: 8px 40px;
+ font-size: 15px;
+}
+
+/* The footer goes in the bottom right corner. */
+#footer {
+ position: fixed;
+ right: 50px;
+ bottom: 59px;
+}