sync both themes with toolkit windows theme changes in Mozilla 35 cycle
[themes.git] / LCARStrek / global / aboutSupport.css
index b6cc59ace144b0b4870e2e8c3895460ea392e71e..f1a003a40e1e46fb8b7139243b5e8deafa80c4e3 100644 (file)
@@ -148,6 +148,7 @@ td {
   -moz-margin-end: 0;
   padding: 16px;
   width: 30%;
+  visibility: hidden;
 }
 
 #reset-box:-moz-dir(rtl) {
@@ -160,5 +161,12 @@ td {
 
 #reset-box > button {
   display: block;
-  margin: auto;
+}
+
+.block {
+  display: block;
+}
+
+.hidden {
+  display: none;
 }