fourth and last part of syncing LCARStrek with Firefox 55 browser windows theme changes
[themes.git] / EarlyBlue / global / aboutSupport.css
index 63408cf33ed10d2502585cec7b53d2c1e74b1d41..8eb9b2f2815fa08480517c2ab2926c388c777171 100644 (file)
@@ -24,8 +24,8 @@ body {
 }
 
 button {
-  -moz-margin-start: 0;
-  -moz-margin-end: 8px;
+  margin-inline-start: 0;
+  margin-inline-end: 8px;
 }
 
 table {
@@ -77,6 +77,11 @@ tr:not(:first-child) > th {
   border-top: 1px dotted var(--in-content-table-border-dark-color);
 }
 
+td.integer {
+  text-align: end;
+  font-family: monospace;
+}
+
 .prefs-table {
   width: 100%;
   table-layout: fixed;
@@ -101,8 +106,8 @@ tr:not(:first-child) > th {
   float: right;
   margin-top: 2em;
   margin-bottom: 20px;
-  -moz-margin-start: 20px;
-  -moz-margin-end: 0;
+  margin-inline-start: 20px;
+  margin-inline-end: 0;
   padding: 16px;
   width: 30%;
 }
@@ -113,7 +118,7 @@ tr:not(:first-child) > th {
   display: none;
 }
 
-#action-box:-moz-dir(rtl) {
+#action-box:dir(rtl) {
   float: left;
 }
 
@@ -125,6 +130,11 @@ tr:not(:first-child) > th {
   display: block;
 }
 
+#verify-place-result {
+  max-height: 200px;
+  overflow: auto;
+}
+
 .block {
   display: block;
 }