X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fxpinstall%2FxpinstallConfirm.css;fp=LCARStrek%2Fmozapps%2Fxpinstall%2FxpinstallConfirm.css;h=b6b9e6673769c75b531fce6fac44f1e6c81879c0;hb=e10e7addc389ca4e7c2b804cafa0d49525bfc116;hp=0000000000000000000000000000000000000000;hpb=ee6cb01c5c029cb70bea445000414081ae82bcbd;p=themes.git diff --git a/LCARStrek/mozapps/xpinstall/xpinstallConfirm.css b/LCARStrek/mozapps/xpinstall/xpinstallConfirm.css new file mode 100644 index 00000000..b6b9e667 --- /dev/null +++ b/LCARStrek/mozapps/xpinstall/xpinstallConfirm.css @@ -0,0 +1,72 @@ +#xpinstallheader { + margin-bottom: 2em; +} + +#itemList { + margin: 3px 4px 10px 4px; + height: 14em; + -moz-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/xpinstall/xpinstallItemGeneric.png"); +}