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