Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 4 | |
michael@0 | 5 | html { |
michael@0 | 6 | background-color: -moz-Field; |
michael@0 | 7 | color: -moz-FieldText; |
michael@0 | 8 | font: message-box; |
michael@0 | 9 | } |
michael@0 | 10 | |
michael@0 | 11 | body { |
michael@0 | 12 | width: 90%; |
michael@0 | 13 | margin-left: 5%; |
michael@0 | 14 | margin-right: 5%; |
michael@0 | 15 | } |
michael@0 | 16 | |
michael@0 | 17 | .page-subtitle { |
michael@0 | 18 | margin-bottom: 3em; |
michael@0 | 19 | } |
michael@0 | 20 | |
michael@0 | 21 | .major-section { |
michael@0 | 22 | margin-top: 2em; |
michael@0 | 23 | margin-bottom: 1em; |
michael@0 | 24 | font-size: large; |
michael@0 | 25 | text-align: start; |
michael@0 | 26 | font-weight: bold; |
michael@0 | 27 | } |
michael@0 | 28 | |
michael@0 | 29 | #copy-raw-data-to-clipboard, |
michael@0 | 30 | #copy-to-clipboard { |
michael@0 | 31 | padding-top: 2%; |
michael@0 | 32 | width: 100%; |
michael@0 | 33 | padding-bottom: 2%; |
michael@0 | 34 | margin: 1%; |
michael@0 | 35 | } |
michael@0 | 36 | |
michael@0 | 37 | table { |
michael@0 | 38 | background-color: -moz-Dialog; |
michael@0 | 39 | color: -moz-DialogText; |
michael@0 | 40 | font: message-box; |
michael@0 | 41 | font-size: xx-large; |
michael@0 | 42 | text-align: start; |
michael@0 | 43 | width: 100%; |
michael@0 | 44 | border: 1px solid ThreeDShadow; |
michael@0 | 45 | border-spacing: 0px; |
michael@0 | 46 | } |
michael@0 | 47 | |
michael@0 | 48 | th, td { |
michael@0 | 49 | border: 1px dotted ThreeDShadow; |
michael@0 | 50 | padding: 3px; |
michael@0 | 51 | } |
michael@0 | 52 | |
michael@0 | 53 | thead th { |
michael@0 | 54 | text-align: center; |
michael@0 | 55 | } |
michael@0 | 56 | |
michael@0 | 57 | th { |
michael@0 | 58 | text-align: start; |
michael@0 | 59 | background-color: Highlight; |
michael@0 | 60 | color: HighlightText; |
michael@0 | 61 | } |
michael@0 | 62 | |
michael@0 | 63 | th.column { |
michael@0 | 64 | white-space: nowrap; |
michael@0 | 65 | width: 0px; |
michael@0 | 66 | } |
michael@0 | 67 | |
michael@0 | 68 | td { |
michael@0 | 69 | text-align: start; |
michael@0 | 70 | border-top: 1px dotted ThreeDShadow; |
michael@0 | 71 | } |
michael@0 | 72 | |
michael@0 | 73 | .prefs-table { |
michael@0 | 74 | width: 100%; |
michael@0 | 75 | table-layout: fixed; |
michael@0 | 76 | } |
michael@0 | 77 | |
michael@0 | 78 | .pref-name { |
michael@0 | 79 | width: 70%; |
michael@0 | 80 | white-space: nowrap; |
michael@0 | 81 | overflow: hidden; |
michael@0 | 82 | } |
michael@0 | 83 | |
michael@0 | 84 | .pref-value { |
michael@0 | 85 | width: 30%; |
michael@0 | 86 | white-space: nowrap; |
michael@0 | 87 | overflow: hidden; |
michael@0 | 88 | } |
michael@0 | 89 | |
michael@0 | 90 | #profile-row { |
michael@0 | 91 | display: none; |
michael@0 | 92 | } |
michael@0 | 93 | |
michael@0 | 94 | #reset-box { |
michael@0 | 95 | display: none; |
michael@0 | 96 | } |
michael@0 | 97 |