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 | @import url("chrome://global/skin/inContentUI.css"); |
michael@0 | 6 | |
michael@0 | 7 | #addon-page { |
michael@0 | 8 | padding: 0; |
michael@0 | 9 | } |
michael@0 | 10 | |
michael@0 | 11 | #addon-scrollbox { |
michael@0 | 12 | overflow: auto; |
michael@0 | 13 | -moz-box-orient: vertical; |
michael@0 | 14 | -moz-box-flex: 1; |
michael@0 | 15 | } |
michael@0 | 16 | |
michael@0 | 17 | #spacer-start { |
michael@0 | 18 | -moz-box-flex: 1; |
michael@0 | 19 | } |
michael@0 | 20 | |
michael@0 | 21 | #spacer-end { |
michael@0 | 22 | -moz-box-flex: 3; |
michael@0 | 23 | } |
michael@0 | 24 | |
michael@0 | 25 | #addon-container { |
michael@0 | 26 | overflow: visible; |
michael@0 | 27 | max-width: 600px; |
michael@0 | 28 | margin: 20px; |
michael@0 | 29 | padding: 30px 90px; |
michael@0 | 30 | } |
michael@0 | 31 | |
michael@0 | 32 | #addon-info { |
michael@0 | 33 | -moz-box-align: start; |
michael@0 | 34 | margin: 25px 10px; |
michael@0 | 35 | } |
michael@0 | 36 | |
michael@0 | 37 | #icon { |
michael@0 | 38 | -moz-margin-end: 10px; |
michael@0 | 39 | max-width: 64px; |
michael@0 | 40 | max-height: 64px; |
michael@0 | 41 | list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); |
michael@0 | 42 | } |
michael@0 | 43 | |
michael@0 | 44 | .addon-info[type="theme"] #icon { |
michael@0 | 45 | list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); |
michael@0 | 46 | } |
michael@0 | 47 | |
michael@0 | 48 | .addon-info[type="locale"] #icon { |
michael@0 | 49 | list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); |
michael@0 | 50 | } |
michael@0 | 51 | |
michael@0 | 52 | .addon-info[type="plugin"] #icon { |
michael@0 | 53 | list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); |
michael@0 | 54 | } |
michael@0 | 55 | |
michael@0 | 56 | .addon-info[type="dictionary"] #icon { |
michael@0 | 57 | list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); |
michael@0 | 58 | } |
michael@0 | 59 | |
michael@0 | 60 | #name { |
michael@0 | 61 | font-size: 130%; |
michael@0 | 62 | } |
michael@0 | 63 | |
michael@0 | 64 | #author { |
michael@0 | 65 | color: GrayText; |
michael@0 | 66 | } |
michael@0 | 67 | |
michael@0 | 68 | #location { |
michael@0 | 69 | color: GrayText; |
michael@0 | 70 | } |
michael@0 | 71 | |
michael@0 | 72 | #warning { |
michael@0 | 73 | margin-bottom: 25px; |
michael@0 | 74 | -moz-box-align: start; |
michael@0 | 75 | } |
michael@0 | 76 | |
michael@0 | 77 | #warning-icon { |
michael@0 | 78 | list-style-image: url("chrome://mozapps/skin/extensions/alerticon-warning.png"); |
michael@0 | 79 | width: 16px; |
michael@0 | 80 | height: 15px; |
michael@0 | 81 | -moz-margin-end: 5px; |
michael@0 | 82 | } |
michael@0 | 83 | |
michael@0 | 84 | #allow { |
michael@0 | 85 | -moz-margin-start: 84px; |
michael@0 | 86 | margin-bottom: 20px; |
michael@0 | 87 | } |
michael@0 | 88 | |
michael@0 | 89 | #continuePanel, |
michael@0 | 90 | #restartPanel { |
michael@0 | 91 | margin-top: 25px; |
michael@0 | 92 | -moz-box-pack: end; |
michael@0 | 93 | -moz-box-align: center; |
michael@0 | 94 | } |
michael@0 | 95 | |
michael@0 | 96 | #continuePanel { |
michael@0 | 97 | -moz-box-pack: end; |
michael@0 | 98 | } |
michael@0 | 99 | |
michael@0 | 100 | #restartMessage { |
michael@0 | 101 | text-align: right; |
michael@0 | 102 | } |
michael@0 | 103 | |
michael@0 | 104 | #restartSpacer { |
michael@0 | 105 | -moz-box-flex: 1; |
michael@0 | 106 | } |
michael@0 | 107 | |
michael@0 | 108 | #later { |
michael@0 | 109 | color: GrayText; |
michael@0 | 110 | } |