| 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 | @import url("chrome://communicator/skin"); |
| 6 | |
| 7 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
| 8 | |
| 9 | #confirmBox { |
| 10 | margin: 1ex; |
| 11 | } |
| 12 | |
| 13 | #urlColumn { |
| 14 | -moz-margin-start: 1ex; |
| 15 | } |
| 16 | |
| 17 | .confirmSeparator { |
| 18 | height: 1em; |
| 19 | } |
| 20 | |
| 21 | .confirmName { |
| 22 | font-weight: bold; |
| 23 | } |
| 24 | |
| 25 | .packageName { |
| 26 | font-weight: bold; |
| 27 | } |
| 28 | |
| 29 | #alert-image { |
| 30 | margin: 1em; |
| 31 | } |