sync both themes with toolkit windows theme changes in Mozilla 39 cycle
[themes.git] / LCARStrek / global / aboutSupport.css
index 7bfe0013e266f7c220176f403cce9b56dbdd24b6..d99ed071c4e39c1a0689c0590f18dbf1be38dfe6 100644 (file)
@@ -137,7 +137,7 @@ td {
   overflow: hidden;
 }
 
-#reset-box {
+#action-box {
   background-color: #000000;
   border: 1px solid #9C9CFF;
   color: #FF9F00;
@@ -148,10 +148,15 @@ td {
   -moz-margin-end: 0;
   padding: 16px;
   width: 30%;
-  visibility: hidden;
 }
 
-#reset-box:-moz-dir(rtl) {
+#action-box,
+#reset-box,
+#safe-mode-box {
+  display: none;
+}
+
+#action-box:-moz-dir(rtl) {
   float: left;
 }
 
@@ -159,9 +164,8 @@ td {
   margin-top: 0;
 }
 
-#reset-box > button {
+#action-box > button {
   display: block;
-  margin: auto;
 }
 
 .block {