preliminary work for getting themes ready for suiterunner, add files we need for...
[themes.git] / EarlyBlue / global / netError.css
index 6c6e14ba3cc56f53ee553036f5de1191f8cac591..533f04faf982988a9b9468dc4158a3200b87c1e1 100644 (file)
@@ -15,7 +15,7 @@ body {
   margin: 0;
   padding: 0 1em;
   color: #000000;
-  font: message-box;
+  font: 12px helvetica,arial,tahoma,sans-serif;
 }
 
 h1 {
@@ -64,6 +64,7 @@ body[dir="rtl"] #errorPageContainer {
 }
 
 #errorShortDesc > p {
+  overflow: auto;
   border-bottom: 1px solid #666699;
   padding-bottom: 1em;
   font-size: 130%;
@@ -98,3 +99,7 @@ body[dir="rtl"] #brand {
 #brand > p {
   margin: 0;
 }
+
+#errorContainer {
+  display: none;
+}