commit 91da7630471bd8a0bad0022b2f39665158efc956
parent 922cc75a2da02c98eb0a45faebe190e4f12126d8
Author: Lootyhoof <lootyhoofer@gmail.com>
Date: Sun, 4 Jun 2017 17:23:27 +0100
Sync about:support styling with default
Diffstat:
1 file changed, 27 insertions(+), 4 deletions(-)
diff --git a/src/chrome/global/aboutSupport.css b/src/chrome/global/aboutSupport.css
@@ -78,7 +78,7 @@ td {
overflow: hidden;
}
-#reset-box {
+#action-box {
background-color: rgb(75,75,75);
border: 1px solid rgb(50,50,50);
color: #fff;
@@ -91,7 +91,17 @@ td {
width: 30%;
}
-#reset-box:-moz-dir(rtl) {
+#contents {
+ clear: right;
+}
+
+#action-box,
+#reset-box,
+#safe-mode-box {
+ display: none;
+}
+
+#action-box:-moz-dir(rtl) {
float: left;
}
@@ -99,7 +109,19 @@ td {
margin-top: 0;
}
-#reset-box > button {
+#action-box button {
+ display: block;
+}
+
+#verify-place-result {
+ max-height: 200px;
+ overflow: auto;
+}
+
+.block {
display: block;
- margin: auto;
}
+
+.hidden {
+ display: none;
+}
+\ No newline at end of file