sixth and final part of syncing LCARStrek with Firefox 36 windows theme changes
[themes.git] / EarlyBlue / global / aboutSupport.css
index 6f7b77f916cc9beeb13dec295d32930afa58e713..8b71b9f14c524532e219fa88102c82a4eac1ffe8 100644 (file)
@@ -92,6 +92,7 @@ td {
   -moz-margin-end: 0;
   padding: 16px;
   width: 30%;
+  visibility: hidden;
 }
 
 #reset-box:-moz-dir(rtl) {
@@ -104,5 +105,12 @@ td {
 
 #reset-box > button {
   display: block;
-  margin: auto;
+}
+
+.block {
+  display: block;
+}
+
+.hidden {
+  display: none;
 }