| 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 | /* ===== accountWizard.css ============================================== |
| 6 | == Styles for the Mail Account Wizard. |
| 7 | ======================================================================= */ |
| 8 | |
| 9 | @import url("chrome://messenger/skin/"); |
| 10 | |
| 11 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
| 12 | |
| 13 | /* ::::: account wizard :::::: */ |
| 14 | |
| 15 | .awIdentityLabel { |
| 16 | width: 8em; |
| 17 | -moz-margin-start: 5px; |
| 18 | } |
| 19 | |
| 20 | .serverLabel { |
| 21 | width: 8em; |
| 22 | } |
| 23 | |
| 24 | .serverDataBox { |
| 25 | -moz-margin-start: 15px; |
| 26 | } |