add close icon CSS so dev toolbar works
[themes.git] / LCARStrek / communicator / sync / syncCommon.css
1 /* The following are used by both syncSetup.xul and syncGenericChange.xul */
2 .status {
3   color: #FF9F00;
4 }
5
6 .statusIcon {
7   margin-inline-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
31 #change-dialog {
32   width: 40em;
33 }
34
35 #introText {
36   margin-top: 2px;
37 }
38
39 #feedback {
40   height: 2em;
41 }