summaryrefslogtreecommitdiffstats
path: root/comm/suite/chatzilla/xul/skin/about.css
diff options
context:
space:
mode:
Diffstat (limited to 'comm/suite/chatzilla/xul/skin/about.css')
-rw-r--r--comm/suite/chatzilla/xul/skin/about.css44
1 files changed, 44 insertions, 0 deletions
diff --git a/comm/suite/chatzilla/xul/skin/about.css b/comm/suite/chatzilla/xul/skin/about.css
new file mode 100644
index 0000000000..e4d935fa39
--- /dev/null
+++ b/comm/suite/chatzilla/xul/skin/about.css
@@ -0,0 +1,44 @@
+/* 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/. */
+
+dialog {
+ padding-top: 0px;
+ padding-left: 0px;
+ padding-right: 0px;
+ width: 30em;
+}
+
+.box-padded {
+ background-color: Window;
+ color: WindowText;
+}
+
+.large-text {
+ font-size: large;
+}
+
+#logo {
+ background: url(chrome://chatzilla/skin/images/logo.png);
+ background-repeat: no-repeat;
+ width: 32px;
+ height: 32px;
+}
+
+#version {
+ color: GrayText;
+}
+
+.contributors-label {
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+}
+
+.contributors label {
+ margin-top: 0px;
+ margin-bottom: 0px;
+}
+
+#groove {
+ margin-top: 0px;
+}