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