X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FnetError.css;h=37e3f2ecf33b2895c11423c3ef428f7e86b2aed9;hb=9e9946be08eadffd31ed0faebd96d9a60181ac92;hp=cdaaaed41736372fff213165f0431efe440bf05e;hpb=ecb2fda954d8076fd5a1e39021e6aea122a10214;p=themes.git diff --git a/EarlyBlue/global/netError.css b/EarlyBlue/global/netError.css index cdaaaed4..37e3f2ec 100644 --- a/EarlyBlue/global/netError.css +++ b/EarlyBlue/global/netError.css @@ -15,11 +15,11 @@ body { margin: 0; padding: 0 1em; color: #000000; - font: 12px helvetica,arial,tahoma,sans-serif; + font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; } h1 { - margin: 0 0 .6em 0; + margin: 0 0 .6em; border-bottom: 1px solid #666699; font-size: 160%; } @@ -51,6 +51,10 @@ ul { -moz-background-origin: content; } +#errorPageContainer.certerror { + background-image: url("chrome://global/skin/icons/sslWarning.png"); +} + body[dir="rtl"] #errorPageContainer { background-position: right 0; } @@ -68,7 +72,7 @@ body[dir="rtl"] #errorPageContainer { border-bottom: 1px solid #666699; padding-bottom: 1em; font-size: 130%; - white-space: -moz-pre-wrap; + white-space: pre-wrap; } #errorLongDesc { @@ -110,7 +114,8 @@ body[dir="rtl"] #brand { } #securityOverrideContent { - background-color: #FFFFCC; /* Pale yellow */ + background-color: #FFFFCC; + color: #000000; padding: 10px; -moz-border-radius: 10px; }