X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fxpinstall%2FxpinstallConfirm.css;fp=LCARStrek%2Fmozapps%2Fxpinstall%2FxpinstallConfirm.css;h=0000000000000000000000000000000000000000;hp=5f4b579d1de3e03cf6333a3f05c24da4e7a95ede;hb=f128e38f4b564fd22f46f810e104934d864d7caf;hpb=5a63fe9c43ee937bee223aa76c1e45eb305f6123 diff --git a/LCARStrek/mozapps/xpinstall/xpinstallConfirm.css b/LCARStrek/mozapps/xpinstall/xpinstallConfirm.css deleted file mode 100644 index 5f4b579d..00000000 --- a/LCARStrek/mozapps/xpinstall/xpinstallConfirm.css +++ /dev/null @@ -1,88 +0,0 @@ -#xpinstallheader { - margin-bottom: 2em; -} - -#itemList { - margin: 3px 4px 10px; - height: 14em; - border-radius: 3px; - border: 1px solid #9C9CFF; - background-color: #000000; - color: #FF9F00; -} - -#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 #9C9CFF; - 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: #000000; - color: #FFCF00; - 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"); -}