1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/themes/windows/syncCommon.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,49 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +/* The following are used by both sync/setup.xul and sync/genericChange.xul */ 1.9 +.status { 1.10 + color: -moz-dialogtext; 1.11 +} 1.12 + 1.13 +.statusIcon { 1.14 + -moz-margin-start: 4px; 1.15 + max-height: 16px; 1.16 + max-width: 16px; 1.17 +} 1.18 + 1.19 +.statusIcon[status="active"] { 1.20 + list-style-image: url("chrome://global/skin/icons/loading_16.png"); 1.21 +} 1.22 + 1.23 +.statusIcon[status="error"] { 1.24 + list-style-image: url("chrome://global/skin/icons/error-16.png"); 1.25 +} 1.26 + 1.27 +.statusIcon[status="success"] { 1.28 + list-style-image: url("chrome://global/skin/icons/information-16.png"); 1.29 +} 1.30 + 1.31 +/* .data is only used by sync/genericChange.xul, but it seems unnecessary to have 1.32 + a separate stylesheet for it. */ 1.33 +.data { 1.34 + font-size: 90%; 1.35 + font-weight: bold; 1.36 +} 1.37 + 1.38 +dialog#change-dialog { 1.39 + width: 40em; 1.40 +} 1.41 + 1.42 +image#syncIcon { 1.43 + list-style-image: url("chrome://browser/skin/sync-32.png"); 1.44 +} 1.45 + 1.46 +#introText { 1.47 + margin-top: 2px; 1.48 +} 1.49 + 1.50 +#feedback { 1.51 + height: 2em; 1.52 +}