sync both themes with toolkit windows theme changes in Mozilla 39 cycle
[themes.git] / LCARStrek / global / aboutSupport.css
index 8fcc290d4f4c234938c3c6a130419866e252c5ce..d99ed071c4e39c1a0689c0590f18dbf1be38dfe6 100644 (file)
@@ -137,7 +137,7 @@ td {
   overflow: hidden;
 }
 
-#reset-box {
+#action-box {
   background-color: #000000;
   border: 1px solid #9C9CFF;
   color: #FF9F00;
@@ -150,7 +150,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;
 }
 
@@ -158,7 +164,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;
 }