diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-12 23:45:12 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-12 23:45:12 +0200 |
commit | 99e150cb434ff90a6a06f900065b88593a59e260 (patch) | |
tree | d2c02f00d69f5939a297361bc2ff381571dff3fc /toolkit/content/aboutSupport.xhtml | |
parent | 4c2e77404f43040ce7a9f0d9052448b3f23a8c28 (diff) | |
download | UXP-99e150cb434ff90a6a06f900065b88593a59e260.tar UXP-99e150cb434ff90a6a06f900065b88593a59e260.tar.gz UXP-99e150cb434ff90a6a06f900065b88593a59e260.tar.lz UXP-99e150cb434ff90a6a06f900065b88593a59e260.tar.xz UXP-99e150cb434ff90a6a06f900065b88593a59e260.zip |
moebius#57: about:support - improvements (Copy text to clipboard)
https://github.com/MoonchildProductions/moebius/pull/57
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> |