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: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ michael@0: michael@0: #infoContainer { michael@0: max-width: 45em; michael@0: } michael@0: michael@0: #info\.body { 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: #loginLabel, #password1Label { michael@0: text-align: right; michael@0: } michael@0: