summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLootyhoof <lootyhoofer@gmail.com>2017-06-04 17:23:27 +0100
committerLootyhoof <lootyhoofer@gmail.com>2017-06-04 19:14:42 +0100
commit91da7630471bd8a0bad0022b2f39665158efc956 (patch)
tree51b3c63066c82faf294f14144ad2feceb9c809e9 /src
parent922cc75a2da02c98eb0a45faebe190e4f12126d8 (diff)
Sync about:support styling with default
Diffstat (limited to 'src')
-rw-r--r--src/chrome/global/aboutSupport.css30
1 files changed, 26 insertions, 4 deletions
diff --git a/src/chrome/global/aboutSupport.css b/src/chrome/global/aboutSupport.css
index a358680..5fdc276 100644
--- a/src/chrome/global/aboutSupport.css
+++ b/src/chrome/global/aboutSupport.css
@@ -78,7 +78,7 @@ td {
78 overflow: hidden; 78 overflow: hidden;
79} 79}
80 80
81#reset-box { 81#action-box {
82 background-color: rgb(75,75,75); 82 background-color: rgb(75,75,75);
83 border: 1px solid rgb(50,50,50); 83 border: 1px solid rgb(50,50,50);
84 color: #fff; 84 color: #fff;
@@ -91,7 +91,17 @@ td {
91 width: 30%; 91 width: 30%;
92} 92}
93 93
94#reset-box:-moz-dir(rtl) { 94#contents {
95 clear: right;
96}
97
98#action-box,
99#reset-box,
100#safe-mode-box {
101 display: none;
102}
103
104#action-box:-moz-dir(rtl) {
95 float: left; 105 float: left;
96} 106}
97 107
@@ -99,7 +109,19 @@ td {
99 margin-top: 0; 109 margin-top: 0;
100} 110}
101 111
102#reset-box > button { 112#action-box button {
113 display: block;
114}
115
116#verify-place-result {
117 max-height: 200px;
118 overflow: auto;
119}
120
121.block {
103 display: block; 122 display: block;
104 margin: auto;
105} 123}
124
125.hidden {
126 display: none;
127} \ No newline at end of file