syncCommon.css (1069B)
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/. */ 4 5 /* The following are used by both sync/setup.xul and sync/genericChange.xul */ 6 .status { 7 color: #bfbbb6; 8 } 9 10 .statusIcon { 11 margin-inline-start: 4px; 12 max-height: 16px; 13 max-width: 16px; 14 } 15 16 .statusIcon[status="active"] { 17 list-style-image: url("chrome://global/skin/icons/loading_16.png"); 18 } 19 20 .statusIcon[status="error"] { 21 list-style-image: url("chrome://global/skin/icons/error-16.png"); 22 } 23 24 .statusIcon[status="success"] { 25 list-style-image: url("chrome://global/skin/icons/information-16.png"); 26 } 27 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 } 34 35 dialog#change-dialog { 36 width: 40em; 37 } 38 39 image#syncIcon { 40 list-style-image: url("chrome://browser/skin/sync-32.png"); 41 } 42 43 #introText { 44 margin-top: 2px; 45 } 46 47 #feedback { 48 height: 2em; 49 }