aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/global/aboutSupport.css
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/global/aboutSupport.css')
-rw-r--r--arc-firefox-theme/chrome/global/aboutSupport.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/arc-firefox-theme/chrome/global/aboutSupport.css b/arc-firefox-theme/chrome/global/aboutSupport.css
index 590c190..d26cd3c 100644
--- a/arc-firefox-theme/chrome/global/aboutSupport.css
+++ b/arc-firefox-theme/chrome/global/aboutSupport.css
@@ -24,8 +24,8 @@ body {
}
button {
- -moz-margin-start: 0;
- -moz-margin-end: 8px;
+ margin-inline-start: 0;
+ margin-inline-end: 8px;
}
table {
@@ -93,8 +93,8 @@ td {
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%;
}
@@ -105,7 +105,7 @@ td {
display: none;
}
-#action-box:-moz-dir(rtl) {
+#action-box:dir(rtl) {
float: left;
}
@@ -117,6 +117,11 @@ td {
display: block;
}
+#verify-place-result {
+ max-height: 200px;
+ overflow: auto;
+}
+
.block {
display: block;
}