diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2018-04-13 00:46:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-13 00:46:41 -0400 |
commit | cf22ff559bc8460d2dfd3c716524925979bb80a7 (patch) | |
tree | a33d5a88d1c8fa87ea50b32dca40f2a1b913b6fd /toolkit/content/aboutSupport.xhtml | |
parent | a22bf0142f842fd7efe27acf7a0d906dab501517 (diff) | |
parent | 99e150cb434ff90a6a06f900065b88593a59e260 (diff) | |
download | UXP-cf22ff559bc8460d2dfd3c716524925979bb80a7.tar UXP-cf22ff559bc8460d2dfd3c716524925979bb80a7.tar.gz UXP-cf22ff559bc8460d2dfd3c716524925979bb80a7.tar.lz UXP-cf22ff559bc8460d2dfd3c716524925979bb80a7.tar.xz UXP-cf22ff559bc8460d2dfd3c716524925979bb80a7.zip |
Merge pull request #135 from janekptacijarabaci/aboutSupport_improvements_1
moebius#57: about:support - "Copy text to clipboard": "Places Database" - "Verify" (results)
Diffstat (limited to 'toolkit/content/aboutSupport.xhtml')
-rw-r--r-- | toolkit/content/aboutSupport.xhtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/content/aboutSupport.xhtml b/toolkit/content/aboutSupport.xhtml index 8464e014b..9574365a3 100644 --- a/toolkit/content/aboutSupport.xhtml +++ b/toolkit/content/aboutSupport.xhtml @@ -407,16 +407,16 @@ </h2> <table> - <tr class="no-copy"> + <tr id="verify-place-result-parent" class="no-copy"> <th class="column"> &aboutSupport.placeDatabaseIntegrity; </th> - <td> + <td class="endline"> <button id="verify-place-integrity-button"> &aboutSupport.placeDatabaseVerifyIntegrity; </button> - <pre id="verify-place-result" class="hidden no-copy"></pre> + <pre id="verify-place-result" class="hidden"></pre> </td> </tr> </table> |