forth and final part of syncing LCARStrek with Firefox 35 windows theme changes
[themes.git] / LCARStrek / global / aboutSupport.css
index 8fcc290d4f4c234938c3c6a130419866e252c5ce..f1a003a40e1e46fb8b7139243b5e8deafa80c4e3 100644 (file)
@@ -148,9 +148,10 @@ td {
   -moz-margin-end: 0;
   padding: 16px;
   width: 30%;
+  visibility: hidden;
 }
 
-body[dir="rtl"] > #reset-box {
+#reset-box:-moz-dir(rtl) {
   float: left;
 }
 
@@ -160,5 +161,12 @@ body[dir="rtl"] > #reset-box {
 
 #reset-box > button {
   display: block;
-  margin: auto;
+}
+
+.block {
+  display: block;
+}
+
+.hidden {
+  display: none;
 }