| 1 | wizard { |
| 2 | width: 55em; |
| 3 | height: 42em; |
| 4 | padding: 0; |
| 5 | background-color: #000000; |
| 6 | } |
| 7 | |
| 8 | .wizard-page-box { |
| 9 | padding-left: 0; |
| 10 | padding-right: 0; |
| 11 | margin: 0; |
| 12 | } |
| 13 | |
| 14 | wizardpage { |
| 15 | -moz-box-pack: center; |
| 16 | -moz-box-align: center; |
| 17 | margin: 0; |
| 18 | padding: 0 8em; |
| 19 | background-color: #000000; |
| 20 | } |
| 21 | |
| 22 | .wizard-header { |
| 23 | border: none; |
| 24 | padding: 2em 0 1em 0; |
| 25 | text-align: center; |
| 26 | } |
| 27 | |
| 28 | .wizard-header-label { |
| 29 | font-size: 24pt; |
| 30 | font-weight: normal; |
| 31 | } |
| 32 | |
| 33 | .wizard-buttons { |
| 34 | border-top: 1px solid #9C9CFF; |
| 35 | padding: 1em; |
| 36 | } |
| 37 | |
| 38 | .wizard-buttons-separator { |
| 39 | visibility: collapse; |
| 40 | } |
| 41 | |
| 42 | .wizard-header-icon { |
| 43 | visibility: collapse; |
| 44 | } |
| 45 | |
| 46 | .accountChoiceButton { |
| 47 | /*font: menu;*/ |
| 48 | } |
| 49 | |
| 50 | .confirm { |
| 51 | border: 1px solid #9C9CFF; |
| 52 | padding: 1em; |
| 53 | border-radius: 5px; |
| 54 | } |
| 55 | |
| 56 | /* Override the text-link style from global.css */ |
| 57 | .text-link, |
| 58 | .text-link:focus { |
| 59 | margin: 0px; |
| 60 | padding: 0px; |
| 61 | } |
| 62 | |
| 63 | .success, |
| 64 | .error { |
| 65 | padding: 2px; |
| 66 | border-radius: 2px; |
| 67 | } |
| 68 | |
| 69 | .error { |
| 70 | background-color: #FF0000 !important; |
| 71 | color: #FFFFFF !important; |
| 72 | } |
| 73 | |
| 74 | .success { |
| 75 | background-color: #008484 !important; |
| 76 | } |
| 77 | |
| 78 | .warning { |
| 79 | font-weight: bold; |
| 80 | font-size: 100%; |
| 81 | color: red; |
| 82 | } |
| 83 | |
| 84 | .mainDesc { |
| 85 | font-weight: bold; |
| 86 | font-size: 100%; |
| 87 | } |
| 88 | |
| 89 | .normal { |
| 90 | font-size: 100%; |
| 91 | } |
| 92 | |
| 93 | .inputColumn { |
| 94 | -moz-margin-end: 2px |
| 95 | } |
| 96 | |
| 97 | .pin { |
| 98 | font-size: 18pt; |
| 99 | width: 4em; |
| 100 | text-align: center; |
| 101 | } |
| 102 | |
| 103 | #passphraseHelpSpacer { |
| 104 | width: 0.5em; |
| 105 | } |
| 106 | |
| 107 | #add-device-throbber > image, |
| 108 | #login-throbber > image { |
| 109 | list-style-image: url("chrome://global/skin/icons/loading.gif"); |
| 110 | } |
| 111 | |
| 112 | #successPageIcon { |
| 113 | /* TODO replace this with a 128px version (bug 591122) */ |
| 114 | list-style-image: url("chrome://browser/skin/sync-32.png"); |
| 115 | } |