X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FnetError.css;h=412e23eed4cbf19d243b05c5514ece86a998be93;hp=72565565c12cc526fff6c89c3f92b4834d78de58;hb=600bfec4b221a7bfc837f4adae6347618c39c517;hpb=56029cafc51f2cfb90a4d902402129e51fcde8b8 diff --git a/EarlyBlue/global/netError.css b/EarlyBlue/global/netError.css index 72565565..412e23ee 100644 --- a/EarlyBlue/global/netError.css +++ b/EarlyBlue/global/netError.css @@ -19,7 +19,7 @@ body { } 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,6 +72,7 @@ body[dir="rtl"] #errorPageContainer { border-bottom: 1px solid #666699; padding-bottom: 1em; font-size: 130%; + white-space: pre-wrap; } #errorLongDesc { @@ -104,6 +109,17 @@ body[dir="rtl"] #brand { display: none; } +#securityOverrideDiv { + padding-top: 10px; +} + +#securityOverrideContent { + background-color: #FFFFCC; + color: #000000; + padding: 10px; + -moz-border-radius: 10px; +} + /* Custom styling for 'blacklist' error class */ :root.blacklist #errorTitle, :root.blacklist #errorLongContent,