michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: /* The following are used by both sync/setup.xul and sync/genericChange.xul */ michael@0: .status { michael@0: color: -moz-dialogtext; michael@0: } michael@0: michael@0: .statusIcon { michael@0: -moz-margin-start: 4px; michael@0: max-height: 16px; michael@0: max-width: 16px; michael@0: } michael@0: michael@0: .statusIcon[status="active"] { michael@0: list-style-image: url("chrome://global/skin/icons/loading_16.png"); michael@0: } michael@0: michael@0: .statusIcon[status="error"] { michael@0: list-style-image: url("moz-icon://stock/gtk-dialog-error?size=menu"); michael@0: } michael@0: michael@0: .statusIcon[status="success"] { michael@0: list-style-image: url("moz-icon://stock/gtk-dialog-info?size=menu"); michael@0: } michael@0: michael@0: /* .data is only used by sync/genericChange.xul, but it seems unnecessary to have michael@0: a separate stylesheet for it. */ michael@0: .data { michael@0: font-size: 90%; michael@0: font-weight: bold; michael@0: } michael@0: michael@0: dialog#change-dialog { michael@0: width: 40em; michael@0: } michael@0: michael@0: image#syncIcon { michael@0: list-style-image: url("chrome://browser/skin/sync-32.png"); michael@0: } michael@0: michael@0: #introText { michael@0: margin-top: 2px; michael@0: } michael@0: michael@0: #feedback { michael@0: height: 2em; michael@0: }