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