1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/themes/osx/syncSetup.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,126 @@ 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 +wizard { 1.9 + -moz-appearance: none; 1.10 + width: 55em; 1.11 + height: 45em; 1.12 + padding: 0; 1.13 + background-color: Window; 1.14 +} 1.15 + 1.16 +.wizard-page-box { 1.17 + -moz-appearance: none; 1.18 + padding-left: 0; 1.19 + padding-right: 0; 1.20 + margin: 0; 1.21 +} 1.22 + 1.23 +wizardpage { 1.24 + -moz-box-pack: center; 1.25 + -moz-box-align: center; 1.26 + margin: 0; 1.27 + padding: 0 6em; 1.28 + background-color: Window; 1.29 +} 1.30 + 1.31 +.wizard-header { 1.32 + -moz-appearance: none; 1.33 + border: none; 1.34 + padding: 2em 0 1em 0; 1.35 + text-align: center; 1.36 +} 1.37 +.wizard-header-label { 1.38 + font-size: 24pt; 1.39 + font-weight: normal; 1.40 +} 1.41 + 1.42 +.wizard-buttons { 1.43 + background-color: rgba(0,0,0,0.1); 1.44 + padding: 1em; 1.45 +} 1.46 + 1.47 +.wizard-buttons-separator { 1.48 + visibility: collapse; 1.49 +} 1.50 + 1.51 +.wizard-header-icon { 1.52 + visibility: collapse; 1.53 +} 1.54 + 1.55 +.accountChoiceButton { 1.56 + font: menu; 1.57 +} 1.58 + 1.59 +.confirm { 1.60 + border: 1px solid black; 1.61 + padding: 1em; 1.62 + border-radius: 5px; 1.63 +} 1.64 + 1.65 +/* Override the text-link style from global.css */ 1.66 +description > .text-link, 1.67 +description > .text-link:focus { 1.68 + margin: 0px; 1.69 + padding: 0px; 1.70 + border: 0px; 1.71 +} 1.72 + 1.73 +.success, 1.74 +.error { 1.75 + padding: 2px; 1.76 + border-radius: 2px; 1.77 +} 1.78 + 1.79 +.error { 1.80 + background-color: #FF0000 !important; 1.81 + color: #FFFFFF !important; 1.82 +} 1.83 + 1.84 +.success { 1.85 + background-color: #00FF00 !important; 1.86 +} 1.87 + 1.88 +.warning { 1.89 + font-weight: bold; 1.90 + font-size: 100%; 1.91 + color: red; 1.92 +} 1.93 + 1.94 +.mainDesc { 1.95 + font-weight: bold; 1.96 + font-size: 100%; 1.97 +} 1.98 + 1.99 +.normal { 1.100 + font-size: 100%; 1.101 +} 1.102 + 1.103 +.inputColumn { 1.104 + -moz-margin-end: 2px 1.105 +} 1.106 + 1.107 +.pin { 1.108 + font-size: 18pt; 1.109 + width: 4em; 1.110 + text-align: center; 1.111 +} 1.112 + 1.113 +#passphraseHelpSpacer { 1.114 + width: 0.5em; 1.115 +} 1.116 + 1.117 +#pairDeviceThrobber > image, 1.118 +#login-throbber > image { 1.119 + list-style-image: url("chrome://global/skin/icons/loading_16.png"); 1.120 +} 1.121 + 1.122 +#captchaFeedback { 1.123 + visibility: hidden; 1.124 +} 1.125 + 1.126 +#successPageIcon { 1.127 + /* TODO replace this with a 128px version (bug 591122) */ 1.128 + list-style-image: url("chrome://browser/skin/sync-32.png"); 1.129 +}