sync both themes with suite classic theme changes in SeaMonkey 2.35 cycle
[themes.git] / EarlyBlue / communicator / aboutPrivateBrowsing.css
index bc2cfe4ba154ed968fc70915e9ba93894702edf0..e4dde53be5ae2380d4cd0163ea0af2b0ce8645c2 100644 (file)
   display: none;
 }
 
+.title {
+  background-size: auto;
+}
+
 /* Pick the desired icons depending on the window's context */
 
-#warningBox.private > #warningBoxIcon {
-  list-style-image: url("chrome://global/skin/icons/information-48.png");
-  width: 48px;
-  height: 48px;
-  -moz-margin-end: 3em;
+.private.title {
+  background-image: url("chrome://global/skin/icons/information-48.png");
 }
 
-#warningBox.normal > #warningBoxIcon {
-  list-style-image: url("chrome://global/skin/icons/question-48.png");
-  width: 48px;
-  height: 48px;
-  -moz-margin-end: 3em;
+.normal.title {
+  background-image: url("chrome://global/skin/icons/question-48.png");
 }
 
 #trackWarnBox {
 
 /* Define additional styles to look similar to the netError/certError pages */
 
-#warningTitle {
-  font-weight: bold;
-}
-
 #warningStatus {
   margin: 0.4em 0 1.2em 0;
-  padding-bottom: 1.2em;
-  border-bottom: 1px solid #808080;
   font-size: 135%;
 }
 
@@ -56,7 +48,6 @@
   margin: 0.8em 0 1em 0;
 }
 
-#warningOuterBox > vbox > label,
-#warningInnerBox > description {
+#warningStatus > label {
   -moz-margin-start: 0;
 }