Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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/. */
5 /* The following are used by both sync/setup.xul and sync/genericChange.xul */
6 .status {
7 color: -moz-dialogtext;
8 }
10 .statusIcon {
11 -moz-margin-start: 4px;
12 max-height: 16px;
13 max-width: 16px;
14 }
16 .statusIcon[status="active"] {
17 list-style-image: url("chrome://global/skin/icons/loading_16.png");
18 }
20 .statusIcon[status="error"] {
21 list-style-image: url("moz-icon://stock/gtk-dialog-error?size=menu");
22 }
24 .statusIcon[status="success"] {
25 list-style-image: url("moz-icon://stock/gtk-dialog-info?size=menu");
26 }
28 /* .data is only used by sync/genericChange.xul, but it seems unnecessary to have
29 a separate stylesheet for it. */
30 .data {
31 font-size: 90%;
32 font-weight: bold;
33 }
35 dialog#change-dialog {
36 width: 40em;
37 }
39 image#syncIcon {
40 list-style-image: url("chrome://browser/skin/sync-32.png");
41 }
43 #introText {
44 margin-top: 2px;
45 }
47 #feedback {
48 height: 2em;
49 }