sync both themes with toolkit windows theme changes in Mozilla 38 cycle
[themes.git] / EarlyBlue / global / aboutSupport.css
index f82c4351102349cd30a44c11f84cdf3126862444..990091a8a29c26f7ba34141674cf6d8b3809f4d8 100644 (file)
@@ -81,7 +81,7 @@ td {
   overflow: hidden;
 }
 
-#reset-box {
+#action-box {
   background-color: #CCD0DD;
   border: 1px solid #666699;
   color: #000000;
@@ -94,7 +94,13 @@ td {
   width: 30%;
 }
 
-body[dir="rtl"] > #reset-box {
+#action-box,
+#reset-box,
+#safe-mode-box {
+  display: none;
+}
+
+#action-box:-moz-dir(rtl) {
   float: left;
 }
 
@@ -102,7 +108,14 @@ body[dir="rtl"] > #reset-box {
   margin-top: 0;
 }
 
-#reset-box > button {
+#action-box > button {
   display: block;
-  margin: auto;
+}
+
+.block {
+  display: block;
+}
+
+.hidden {
+  display: none;
 }