michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: /* Tab Modal Prompt boxes */ michael@0: tabmodalprompt { michael@0: width: 100%; michael@0: height: 100%; michael@0: -moz-box-pack: center; michael@0: -moz-box-orient: vertical; michael@0: } michael@0: michael@0: .mainContainer { michael@0: min-width: 20em; michael@0: min-height: 12em; michael@0: } michael@0: michael@0: .info\.title { michael@0: margin-bottom: 1em !important; michael@0: font-weight: bold; michael@0: } michael@0: michael@0: .info\.body { michael@0: margin: 0 !important; michael@0: -moz-user-focus: normal; michael@0: -moz-user-select: text; michael@0: cursor: text !important; michael@0: white-space: pre-wrap; michael@0: unicode-bidi: -moz-plaintext; michael@0: } michael@0: michael@0: label[value=""] { michael@0: visibility: collapse; michael@0: }