Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Move bug report button to the center
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Jan 24, 2018
1 parent b11f321 commit da3b82e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<p id="basicTools">
<span id="gotoZap" class="fa tool" data-i18n-tip="popupTipZapper" data-tip-position="under">&#xf0e7;</span>
<span id="gotoPick" class="fa tool" data-i18n-tip="popupTipPicker" data-tip-position="under">&#xf1fb;</span>
<a href="logger-ui.html" class="fa tool enabled" aria-label="data-tip" data-i18n-tip="popupTipLog" data-tip-position="under" target="uBOLogger" tabindex="0">&#xf022;</a>
<a href="dashboard.html" class="fa tool enabled" aria-label="data-tip" data-i18n-tip="popupTipDashboard" data-tip-position="under" target="uBODashboard" tabindex="0">&#xf0ad;</a>
<!-- Patch 2018-01-16: Add but report button
TODO 2018-01-16: Add the tooltip i18n string -->
<span style="display: none !important;" id="openBugReport" class="fa tool enabled" data-i18n-tip="popupTipBugReporter" data-tip-position="under">&#xf188;</span>
<span style="display: none !important;" id="openBugReport" class="fa tool enabled" data-i18n-tip="popupTipBugReporter" data-tip-position="under">&#xf088;</span>
<a href="logger-ui.html" class="fa tool enabled" aria-label="data-tip" data-i18n-tip="popupTipLog" data-tip-position="under" target="uBOLogger" tabindex="0">&#xf022;</a>
<a href="dashboard.html" class="fa tool enabled" aria-label="data-tip" data-i18n-tip="popupTipDashboard" data-tip-position="under" target="uBODashboard" tabindex="0">&#xf0ad;</a>
</p>
<h2 id="dfToggler" data-i18n="popupBlockedRequestPrompt">&nbsp;</h2>
<p class="statName">
Expand Down

0 comments on commit da3b82e

Please sign in to comment.