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/. */ | |
128000f4 | 4 | |
5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
6 | ||
f6e0a33f | 7 | #dialoginfo { |
a97e7f86 | 8 | width: 36em; |
f6e0a33f | 9 | } |
10 | ||
11 | #table-housing { | |
a97e7f86 RK |
12 | background-color: white; |
13 | height: 100%; | |
f6e0a33f | 14 | } |
15 | ||
16 | #buttons-box { | |
a97e7f86 | 17 | -moz-margin-start: 1em; |
f6e0a33f | 18 | } |