summaryrefslogtreecommitdiffstats
path: root/comm/suite/chatzilla/xul/skin/about.css
blob: e4d935fa399c9b2e1e893857fd16f3ca2599e9da (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
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;
}