| 1 | #xpinstallheader { |
| 2 | margin-bottom: 2em; |
| 3 | } |
| 4 | |
| 5 | #itemList { |
| 6 | margin: 3px 4px 10px; |
| 7 | height: 14em; |
| 8 | border-radius: 3px; |
| 9 | border: 1px solid #9C9CFF; |
| 10 | background-color: #000000; |
| 11 | color: #FF9F00; |
| 12 | } |
| 13 | |
| 14 | #itemWarningIntro { |
| 15 | -moz-margin-start: 8px; |
| 16 | } |
| 17 | |
| 18 | #dialogContentBox { |
| 19 | padding: 5px; |
| 20 | } |
| 21 | |
| 22 | installitem { |
| 23 | padding-top: 5px; |
| 24 | padding-bottom: 5px; |
| 25 | -moz-padding-start: 5px; |
| 26 | -moz-padding-end: 0px; |
| 27 | border-bottom: 1px dotted #9C9CFF; |
| 28 | margin-bottom: 5px; |
| 29 | } |
| 30 | |
| 31 | .alert-icon { |
| 32 | -moz-margin-end: 20px; |
| 33 | } |
| 34 | |
| 35 | .warning { |
| 36 | font-weight: bold; |
| 37 | font-size: 1.25em; |
| 38 | margin-bottom: 1em; |
| 39 | } |
| 40 | |
| 41 | .xpinstallIconContainer { |
| 42 | width: 32px; |
| 43 | height: 32px; |
| 44 | -moz-margin-end: 5px; |
| 45 | } |
| 46 | |
| 47 | .xpinstallItemName { |
| 48 | font-weight: bold; |
| 49 | } |
| 50 | |
| 51 | .xpinstallItemSigned { |
| 52 | font-style: italic; |
| 53 | font-size: 0.9em; |
| 54 | } |
| 55 | |
| 56 | .xpinstallItemURL { |
| 57 | -moz-appearance: none; |
| 58 | border: none; |
| 59 | padding: 0; |
| 60 | background-color: #000000; |
| 61 | color: #FFCF00; |
| 62 | margin-top: 1px; |
| 63 | margin-bottom: 1px; |
| 64 | -moz-margin-start: 6px; |
| 65 | -moz-margin-end: 5px; |
| 66 | } |
| 67 | |
| 68 | .xpinstallItemIcon { |
| 69 | max-width: 32px; |
| 70 | max-height: 32px; |
| 71 | list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); |
| 72 | } |
| 73 | |
| 74 | installitem[type="theme"] .xpinstallItemIcon { |
| 75 | list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); |
| 76 | } |
| 77 | |
| 78 | installitem[type="locale"] .xpinstallItemIcon { |
| 79 | list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); |
| 80 | } |
| 81 | |
| 82 | installitem[type="plugin"] .xpinstallItemIcon { |
| 83 | list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); |
| 84 | } |
| 85 | |
| 86 | installitem[type="dictionary"] .xpinstallItemIcon { |
| 87 | list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); |
| 88 | } |