1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/osx/mozapps/extensions/about.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,78 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +#genericAbout { 1.9 + padding: 0px; 1.10 + min-height: 200px; 1.11 + max-height: 400px; 1.12 + width: 30em; 1.13 +} 1.14 + 1.15 +#clientBox { 1.16 + background-color: -moz-Dialog; 1.17 + color: -moz-DialogText; 1.18 +} 1.19 + 1.20 +.basic-info { 1.21 + padding: 10px; 1.22 +} 1.23 + 1.24 +#extensionIcon { 1.25 + list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); 1.26 + max-width: 64px; 1.27 + max-height: 64px; 1.28 + -moz-margin-end: 6px; 1.29 +} 1.30 + 1.31 +#genericAbout[addontype="theme"] #extensionIcon { 1.32 + list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); 1.33 +} 1.34 + 1.35 +#genericAbout[addontype="locale"] #extensionIcon { 1.36 + list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); 1.37 +} 1.38 + 1.39 +#genericAbout[addontype="plugin"] #extensionIcon { 1.40 + list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); 1.41 +} 1.42 + 1.43 +#genericAbout[addontype="dictionary"] #extensionIcon { 1.44 + list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); 1.45 +} 1.46 + 1.47 +#extensionName { 1.48 + font-size: 200%; 1.49 + font-weight: bolder; 1.50 +} 1.51 + 1.52 +#extensionVersion { 1.53 + font-weight: bold; 1.54 +} 1.55 + 1.56 +#extensionDescription { 1.57 + margin-top: 4px; 1.58 +} 1.59 + 1.60 +#groove { 1.61 + margin-top: 8px; 1.62 +} 1.63 + 1.64 +#extensionDetailsBox { 1.65 + overflow: auto; 1.66 + min-height: 100px; 1.67 +} 1.68 + 1.69 +.boxIndent { 1.70 + -moz-margin-start: 18px; 1.71 +} 1.72 + 1.73 +#extensionCreator, .contributor { 1.74 + margin: 0px; 1.75 +} 1.76 + 1.77 +.sectionTitle { 1.78 + padding: 2px 0px 3px 0px; 1.79 + margin-top: 3px; 1.80 + font-weight: bold; 1.81 +}