Commit | Line | Data |
---|---|---|
1e29db46 | 1 | #icon { |
7729765c | 2 | list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.svg"); |
1e29db46 RK |
3 | max-width: 48px; |
4 | max-height: 48px; | |
5 | -moz-margin-end: 6px; | |
6 | } | |
7 | ||
8 | #eula-dialog[addontype="theme"] #icon { | |
9 | list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); | |
10 | } | |
11 | ||
12 | #eula-dialog[addontype="locale"] #icon { | |
13 | list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); | |
14 | } | |
15 | ||
16 | #eula-dialog[addontype="plugin"] #icon { | |
17 | list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); | |
18 | } | |
19 | ||
20 | #eula-dialog[addontype="dictionary"] #icon { | |
21 | list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); | |
22 | } | |
23 | ||
24 | #heading-container { | |
25 | -moz-box-align: center; | |
26 | } | |
27 | ||
559908da RK |
28 | #heading { |
29 | font-size: 120%; | |
30 | } | |
31 | ||
559908da | 32 | #eula { |
d0ff98fe | 33 | -moz-appearance: none; |
8ad8bf83 | 34 | font-family: "Liberation Mono", Consolas, "Courier New", monospace; |
d0ff98fe RK |
35 | color: #000000; |
36 | border: 1px solid #9999CC; | |
02920d2b | 37 | margin: 1em 0; |
559908da | 38 | } |