third and last part of syncing LCARStrek with Firefox 33 windows theme changes
[themes.git] / LCARStrek / global / aboutSupport.css
index 8fcc290d4f4c234938c3c6a130419866e252c5ce..7bfe0013e266f7c220176f403cce9b56dbdd24b6 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;
 }
 
@@ -162,3 +163,11 @@ body[dir="rtl"] > #reset-box {
   display: block;
   margin: auto;
 }
+
+.block {
+  display: block;
+}
+
+.hidden {
+  display: none;
+}