X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fxpinstall%2FxpinstallConfirm.css;h=511b465dc1a03c5389ae73eadeaf769477e63833;hp=99ce38602ee39775984b284e88e5e82bd43df3ce;hb=3327253ed3b6be3c4cc98847e444c55f9a268d45;hpb=49037d9b102dd33667ce0a860f02d820e5a7aeaf diff --git a/EarlyBlue/mozapps/xpinstall/xpinstallConfirm.css b/EarlyBlue/mozapps/xpinstall/xpinstallConfirm.css index 99ce3860..511b465d 100644 --- a/EarlyBlue/mozapps/xpinstall/xpinstallConfirm.css +++ b/EarlyBlue/mozapps/xpinstall/xpinstallConfirm.css @@ -1,13 +1,19 @@ -.listbox { +#xpinstallheader { + margin-bottom: 2em; } #itemList { - margin: 10px 4px 10px 4px; + margin: 3px 4px 10px; + height: 14em; border: 1px inset #CCD0DD; background-color: #FFFFFF; color: #000000; } +#itemWarningIntro { + -moz-margin-start: 8px; +} + #dialogContentBox { padding: 5px; } @@ -21,15 +27,19 @@ installitem { margin-bottom: 5px; } +.alert-icon { + -moz-margin-end: 20px; +} + .warning { font-weight: bold; + font-size: 1.25em; + margin-bottom: 1em; } -.xpinstallItemIcon { +.xpinstallIconContainer { width: 32px; height: 32px; - max-width: 32px !important; - max-height: 32px !important; -moz-margin-end: 5px; } @@ -39,25 +49,23 @@ installitem { .xpinstallItemSigned { font-style: italic; -} - -.xpinstallItemSigned[signed=false] { - color: #ED1C24; - font-style: normal; - font-weight: bold; -} - -.xpinstallItemNameRow { - padding-bottom: 3px; + 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/xpinstall/xpinstallItemGeneric.png"); }