| 1 | #genericAbout { |
| 2 | padding: 0px; |
| 3 | min-height: 200px; |
| 4 | max-height: 400px; |
| 5 | width: 30em; |
| 6 | } |
| 7 | |
| 8 | #clientBox { |
| 9 | background-color: #FFFFFF; |
| 10 | color: #000000; |
| 11 | } |
| 12 | |
| 13 | .basic-info { |
| 14 | padding: 10px; |
| 15 | } |
| 16 | |
| 17 | #extensionIcon { |
| 18 | list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); |
| 19 | max-width: 64px; |
| 20 | max-height: 64px; |
| 21 | -moz-margin-end: 6px; |
| 22 | } |
| 23 | |
| 24 | #genericAbout[addontype="theme"] #extensionIcon { |
| 25 | list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); |
| 26 | } |
| 27 | |
| 28 | #genericAbout[addontype="locale"] #extensionIcon { |
| 29 | list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); |
| 30 | } |
| 31 | |
| 32 | #genericAbout[addontype="plugin"] #extensionIcon { |
| 33 | list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); |
| 34 | } |
| 35 | |
| 36 | #genericAbout[addontype="dictionary"] #extensionIcon { |
| 37 | list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); |
| 38 | } |
| 39 | |
| 40 | #extensionName { |
| 41 | font-size: large; |
| 42 | font-weight: bold; |
| 43 | } |
| 44 | |
| 45 | #extensionVersion { |
| 46 | font-weight: bold; |
| 47 | color: #808080; |
| 48 | } |
| 49 | |
| 50 | #extensionDescription { |
| 51 | margin-top: 4px; |
| 52 | } |
| 53 | |
| 54 | #groove { |
| 55 | margin-top: 0px; |
| 56 | } |
| 57 | |
| 58 | #extensionDetailsBox { |
| 59 | overflow: auto; |
| 60 | min-height: 100px; |
| 61 | } |
| 62 | |
| 63 | .boxIndent { |
| 64 | -moz-margin-start: 6px; |
| 65 | } |
| 66 | |
| 67 | #extensionCreator, .contributor { |
| 68 | margin: 0px; |
| 69 | } |
| 70 | |
| 71 | .sectionTitle { |
| 72 | border-top: 2px groove #CCD0DD; |
| 73 | padding: 3px 0px; |
| 74 | margin-top: 3px; |
| 75 | font-weight: bold; |
| 76 | } |
| 77 | |