make networking pane work nicely in current nightlies (not completely sure if we...
[themes.git] / EarlyBlue / chatzilla / about.css
CommitLineData
10d7e614
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
cc7585ee
RK
4
5dialog {
6 padding-top: 0px;
7 padding-left: 0px;
8 padding-right: 0px;
9 width: 30em;
10}
11
12.box-padded {
13 background-color: #CCD0DD;
14 color: #000000;
15}
16
17.large-text {
18 font-size: large;
19}
20
21#logo {
22 background: url("chrome://chatzilla/skin/images/logo.png");
23 background-repeat: no-repeat;
24 width: 32px;
25 height: 32px;
26}
27
28#version {
29 color: #666699;
30}
31
32.contributors-label {
33 margin-top: 0.5em;
34 margin-bottom: 0.5em;
35}
36
37.contributors label {
38 margin-top: 0px;
39 margin-bottom: 0px;
40}
41
42#groove {
43 margin-top: 0px;
44}