EarlyBlue: remove obsoleted icons from extensions, update to new CSS for the new...
[themes.git] / EarlyBlue / global / netError.css
index cdaaaed41736372fff213165f0431efe440bf05e..412e23eed4cbf19d243b05c5514ece86a998be93 100644 (file)
@@ -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,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;
 }