| 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 | #security-button { |
| 6 | width: 20px; |
| 7 | padding-right: 5px; |
| 8 | background-repeat: no-repeat; |
| 9 | } |
| 10 | |
| 11 | #security-button[level="high"], |
| 12 | #security-button[level="low"] { |
| 13 | background-image: url("chrome://messenger/skin/icons/secure.png"); |
| 14 | } |
| 15 | |
| 16 | #security-button[level="broken"] { |
| 17 | background-image: url("chrome://messenger/skin/icons/insecure.png"); |
| 18 | } |
| 19 | |
| 20 | #security-button[loading="true"] { |
| 21 | background-image: url("chrome://global/skin/icons/loading.gif"); |
| 22 | background-position: 4px 2px; |
| 23 | } |
| 24 | |
| 25 | #header { |
| 26 | overflow: hidden; |
| 27 | border-bottom: 1px solid #666699; |
| 28 | } |
| 29 | |
| 30 | #addressbox { |
| 31 | font-weight: bold; |
| 32 | font-size: normal; |
| 33 | overflow: hidden; |
| 34 | margin: 0px 5px; |
| 35 | font-weight: normal; |
| 36 | } |
| 37 | |
| 38 | #headerMessage { |
| 39 | margin-top: 4px; |
| 40 | } |