relicense to MPL2
[themes.git] / LCARStrek / messenger / smime / msgReadSecurityInfo.css
CommitLineData
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/. */
80916bc4 4
5/* ===== msgReadSecurityInfo.css ========================================
6 == Styles for the security info window when displaying received mail.
7 ======================================================================= */
8
9@import url("chrome://messenger/skin/");
10
11@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
12
80916bc4 13#signatureLabel {
14 font-weight: bold;
15}
16
17#signatureCert {
18 margin: 5px;
19}
20
21#encryptionLabel {
22 font-weight: bold;
23}
24
25#encryptionCert {
26 margin: 5px;
27}