X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fdownloads%2FunknownContentType.css;h=205b6c07524d637e12d34f5c2e1bc19c61436dde;hp=8411b1cc46f0b15546ea9e8719a2743c4f491bf1;hb=781d1b79486cf2b5ee940009b7c15a546108c48f;hpb=0697ec23b364dcfa9fff0667517fc729d1821b4d diff --git a/EarlyBlue/mozapps/downloads/unknownContentType.css b/EarlyBlue/mozapps/downloads/unknownContentType.css index 8411b1cc..205b6c07 100644 --- a/EarlyBlue/mozapps/downloads/unknownContentType.css +++ b/EarlyBlue/mozapps/downloads/unknownContentType.css @@ -8,11 +8,19 @@ } #contentTypeImage { - margin: 0px 5px 0px 0px; + height: 16px; + width: 16px; + margin-top: 0px; + margin-bottom: 0px; + -moz-margin-start: 0px; + -moz-margin-end: 5px; } .small-indent { - margin-left: 15px; - margin-right: 15px; + -moz-margin-start: 15px; + -moz-margin-end: 15px; } +.small-indent label { + -moz-margin-start: 0px; +}