X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fextensions%2FxpinstallConfirm.css;fp=EarlyBlue%2Fmozapps%2Fextensions%2FxpinstallConfirm.css;h=0c83ab4c5134dccaed812c46d2937b14f6d839c4;hb=f128e38f4b564fd22f46f810e104934d864d7caf;hp=0000000000000000000000000000000000000000;hpb=5a63fe9c43ee937bee223aa76c1e45eb305f6123;p=themes.git diff --git a/EarlyBlue/mozapps/extensions/xpinstallConfirm.css b/EarlyBlue/mozapps/extensions/xpinstallConfirm.css new file mode 100644 index 00000000..0c83ab4c --- /dev/null +++ b/EarlyBlue/mozapps/extensions/xpinstallConfirm.css @@ -0,0 +1,87 @@ +#xpinstallheader { + margin-bottom: 2em; +} + +#itemList { + margin: 3px 4px 10px; + height: 14em; + border: 1px inset #CCD0DD; + background-color: #FFFFFF; + color: #000000; +} + +#itemWarningIntro { + -moz-margin-start: 8px; +} + +#dialogContentBox { + padding: 5px; +} + +installitem { + padding-top: 5px; + padding-bottom: 5px; + -moz-padding-start: 5px; + -moz-padding-end: 0px; + border-bottom: 1px dotted #666699; + margin-bottom: 5px; +} + +.alert-icon { + -moz-margin-end: 20px; +} + +.warning { + font-weight: bold; + font-size: 1.25em; + margin-bottom: 1em; +} + +.xpinstallIconContainer { + width: 32px; + height: 32px; + -moz-margin-end: 5px; +} + +.xpinstallItemName { + font-weight: bold; +} + +.xpinstallItemSigned { + font-style: italic; + font-size: 0.9em; +} + +.xpinstallItemURL { + -moz-appearance: none; + border: none; + padding: 0; + background-color: #FFFFFF; + color: #000000; + margin-top: 1px; + margin-bottom: 1px; + -moz-margin-start: 6px; + -moz-margin-end: 5px; +} + +.xpinstallItemIcon { + max-width: 32px; + max-height: 32px; + list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); +} + +installitem[type="theme"] .xpinstallItemIcon { + list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); +} + +installitem[type="locale"] .xpinstallItemIcon { + list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); +} + +installitem[type="plugin"] .xpinstallItemIcon { + list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); +} + +installitem[type="dictionary"] .xpinstallItemIcon { + list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); +}