X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fxpinstall%2FxpinstallConfirm.css;h=511b465dc1a03c5389ae73eadeaf769477e63833;hp=41f38b7dbe1966f8f4973b0948df5402b2b18061;hb=3327253ed3b6be3c4cc98847e444c55f9a268d45;hpb=559908da1444029d499c01dda129fd9dba8e2e64 diff --git a/EarlyBlue/mozapps/xpinstall/xpinstallConfirm.css b/EarlyBlue/mozapps/xpinstall/xpinstallConfirm.css index 41f38b7d..511b465d 100644 --- a/EarlyBlue/mozapps/xpinstall/xpinstallConfirm.css +++ b/EarlyBlue/mozapps/xpinstall/xpinstallConfirm.css @@ -3,7 +3,7 @@ } #itemList { - margin: 3px 4px 10px 4px; + margin: 3px 4px 10px; height: 14em; border: 1px inset #CCD0DD; background-color: #FFFFFF; @@ -37,11 +37,9 @@ installitem { margin-bottom: 1em; } -.xpinstallItemIcon { +.xpinstallIconContainer { width: 32px; height: 32px; - max-width: 32px !important; - max-height: 32px !important; -moz-margin-end: 5px; } @@ -67,5 +65,7 @@ installitem { } .xpinstallItemIcon { + max-width: 32px; + max-height: 32px; list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png"); }