update EarlyBlue to current trunk
[themes.git] / EarlyBlue / global / netError.css
index 72565565c12cc526fff6c89c3f92b4834d78de58..cdaaaed41736372fff213165f0431efe440bf05e 100644 (file)
@@ -68,6 +68,7 @@ body[dir="rtl"] #errorPageContainer {
   border-bottom: 1px solid #666699;
   padding-bottom: 1em;
   font-size: 130%;
+  white-space: -moz-pre-wrap;
 }
 
 #errorLongDesc {
@@ -104,6 +105,16 @@ body[dir="rtl"] #brand {
   display: none;
 }
 
+#securityOverrideDiv {
+  padding-top: 10px;
+}
+
+#securityOverrideContent {
+  background-color: #FFFFCC; /* Pale yellow */
+  padding: 10px;
+  -moz-border-radius: 10px;
+}
+
 /* Custom styling for 'blacklist' error class */
 
 :root.blacklist #errorTitle, :root.blacklist #errorLongContent,