Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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 | #xpinstallheader { |
michael@0 | 6 | margin-bottom: 2em; |
michael@0 | 7 | } |
michael@0 | 8 | |
michael@0 | 9 | .alert-icon { |
michael@0 | 10 | width: 48px; |
michael@0 | 11 | height: 48px; |
michael@0 | 12 | list-style-image: url("chrome://global/skin/icons/warning-large.png"); |
michael@0 | 13 | margin-top: 0 !important; |
michael@0 | 14 | margin-bottom: 6px !important; |
michael@0 | 15 | -moz-margin-start: 6px !important; |
michael@0 | 16 | -moz-margin-end: 20px !important; |
michael@0 | 17 | } |
michael@0 | 18 | |
michael@0 | 19 | #itemList { |
michael@0 | 20 | -moz-appearance: listbox; |
michael@0 | 21 | margin: 3px 4px 10px 4px; |
michael@0 | 22 | height: 14em; |
michael@0 | 23 | } |
michael@0 | 24 | |
michael@0 | 25 | #itemWarningIntro { |
michael@0 | 26 | -moz-margin-start: 8px; |
michael@0 | 27 | } |
michael@0 | 28 | |
michael@0 | 29 | #dialogContentBox { |
michael@0 | 30 | padding: 5px; |
michael@0 | 31 | } |
michael@0 | 32 | |
michael@0 | 33 | installitem { |
michael@0 | 34 | padding: 5px 0 5px 5px; |
michael@0 | 35 | border-bottom: 1px dotted #C0C0C0; |
michael@0 | 36 | margin-bottom: 5px; |
michael@0 | 37 | } |
michael@0 | 38 | |
michael@0 | 39 | .warning { |
michael@0 | 40 | font-weight: bold; |
michael@0 | 41 | font-size: 1.25em; |
michael@0 | 42 | margin-bottom: 1em; |
michael@0 | 43 | } |
michael@0 | 44 | |
michael@0 | 45 | .xpinstallIconContainer { |
michael@0 | 46 | width: 32px; |
michael@0 | 47 | height: 32px; |
michael@0 | 48 | -moz-margin-end: 5px; |
michael@0 | 49 | } |
michael@0 | 50 | |
michael@0 | 51 | .xpinstallItemName { |
michael@0 | 52 | font-weight: bold; |
michael@0 | 53 | } |
michael@0 | 54 | |
michael@0 | 55 | .xpinstallItemSigned { |
michael@0 | 56 | font-style: italic; |
michael@0 | 57 | font-size: 0.9em; |
michael@0 | 58 | } |
michael@0 | 59 | |
michael@0 | 60 | .xpinstallItemURL { |
michael@0 | 61 | -moz-appearance: none; |
michael@0 | 62 | border: none; |
michael@0 | 63 | background-color: Window; |
michael@0 | 64 | margin-top: 2px; |
michael@0 | 65 | margin-bottom: 1px; |
michael@0 | 66 | -moz-margin-start: 6px; |
michael@0 | 67 | -moz-margin-end: 5px; |
michael@0 | 68 | } |
michael@0 | 69 | |
michael@0 | 70 | .xpinstallItemIcon { |
michael@0 | 71 | max-width: 32px; |
michael@0 | 72 | max-height: 32px; |
michael@0 | 73 | list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); |
michael@0 | 74 | } |
michael@0 | 75 | |
michael@0 | 76 | installitem[type="theme"] .xpinstallItemIcon { |
michael@0 | 77 | list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); |
michael@0 | 78 | } |
michael@0 | 79 | |
michael@0 | 80 | installitem[type="locale"] .xpinstallItemIcon { |
michael@0 | 81 | list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); |
michael@0 | 82 | } |
michael@0 | 83 | |
michael@0 | 84 | installitem[type="plugin"] .xpinstallItemIcon { |
michael@0 | 85 | list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); |
michael@0 | 86 | } |
michael@0 | 87 | |
michael@0 | 88 | installitem[type="dictionary"] .xpinstallItemIcon { |
michael@0 | 89 | list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); |
michael@0 | 90 | } |