Commit | Line | Data |
---|---|---|
c2e1f790 RK |
1 | /* The following are used by both syncSetup.xul and syncGenericChange.xul */ |
2 | .status { | |
3 | color: #000000; | |
4 | } | |
5 | ||
6 | .statusIcon { | |
7 | -moz-margin-start: 4px; | |
8 | max-height: 16px; | |
9 | max-width: 16px; | |
10 | } | |
11 | ||
12 | .statusIcon[status="active"] { | |
13 | list-style-image: url("chrome://global/skin/icons/loading.gif"); | |
14 | } | |
15 | ||
16 | .statusIcon[status="error"] { | |
17 | list-style-image: url("chrome://global/skin/icons/error-16.png"); | |
18 | } | |
19 | ||
20 | .statusIcon[status="success"] { | |
21 | list-style-image: url("chrome://global/skin/icons/information-16.png"); | |
22 | } | |
23 | ||
24 | /* .data is only used by syncGenericChange.xul, but it seems unnecessary to have | |
25 | a separate stylesheet for it. */ | |
26 | .data { | |
27 | font-size: 90%; | |
28 | font-weight: bold; | |
29 | } | |
30 | ||
8f5d5e21 | 31 | #change-dialog { |
c2e1f790 RK |
32 | width: 40em; |
33 | } | |
34 | ||
c2e1f790 RK |
35 | #introText { |
36 | margin-top: 2px; | |
37 | } | |
38 | ||
cf3319d7 RK |
39 | #feedback { |
40 | height: 2em; | |
c2e1f790 | 41 | } |