start one more development cycle for 2.52
[themes.git] / LCARStrek / browser / preferences / preferences.css
CommitLineData
50c0175b 1/*
db1c5db1 2# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
9099c61d
RK
3# This Source Code Form is subject to the terms of the Mozilla Public
4# License, v. 2.0. If a copy of the MPL was not distributed with this
5# file, You can obtain one at http://mozilla.org/MPL/2.0/.
50c0175b
RK
6*/
7
a21f2959
RK
8/* General Pane */
9
e548e22e
RK
10#useFirefoxSync,
11#getStarted {
12 font-size: 90%;
13}
14
a21f2959
RK
15#isNotDefaultLabel {
16 font-weight: bold;
17}
18
93c91f62
RK
19/* Content Pane */
20#translationAttributionImage {
21 width: 70px;
22 cursor: pointer;
23}
24
50c0175b
RK
25/* Modeless Window Dialogs */
26.windowDialog,
27.windowDialog prefpane {
28 padding: 0;
29}
30
31.contentPane {
32 margin: 9px 8px 5px;
33}
34
35.actionButtons {
36 margin: 0 3px 6px !important;
37}
38
39/* Cookies Manager */
40#cookiesChildren::-moz-tree-image(domainCol) {
41 width: 16px;
42 height: 16px;
43 margin: 0 2px;
dce90fef 44 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
50c0175b
RK
45}
46
47#cookiesChildren::-moz-tree-image(domainCol, container) {
48 list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif");
49}
50
51#cookiesChildren::-moz-tree-image(domainCol, container, open) {
52 list-style-image: url("chrome://global/skin/filepicker/dir-open.gif");
53}
54
55#cookieInfoBox {
56 border: 1px solid #9C9CFF;
57 border-radius: 3px;
58}
59
60/* Advanced Pane */
61
50c0175b
RK
62/* bottom-most box containing a groupbox in a prefpane. Prevents the bottom
63 of the groupbox from being cutoff */
64.bottomBox {
65 padding-bottom: 4px;
66}
67
68/* Sync Pane */
69
46e71434 70#noFxaAccount {
46e71434
RK
71 line-height: 1.2em;
72}
73
74#noFxaAccount > label:first-child {
75 margin-bottom: 0.6em;
76}