sync with classic development and prepare 1.8 release
[themes.git] / EarlyBlue / global / netError.css
index 4ec2517cd0287e58d31bd4a665d229716b7017d4..533f04faf982988a9b9468dc4158a3200b87c1e1 100644 (file)
@@ -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;
+}