diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index af9e952c1..08df70990 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -68,7 +68,7 @@ "description":"English: or" }, "popupTipDashboard":{ - "message":"Click to open the dashboard", + "message":"Open the dashboard", "description":"English: Click to open the dashboard" }, "popupTipZapper":{ diff --git a/src/css/popup.css b/src/css/popup.css index 75bc30302..fb8769897 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -39,11 +39,10 @@ a { :focus { outline: 0; } -#gotoPrefs { +#appinfo { background-color: #444; border: 0; color: #bbb; - cursor: pointer; display: block; font-size: 85%; line-height: 1.2; @@ -144,7 +143,7 @@ body.off #switch .fa { color: #aaa; cursor: pointer; visibility: hidden; - margin-left: 0.8em; + margin-left: 0.4em; min-width: 1em; padding: 0 0.2em; unicode-bidi: embed; diff --git a/src/js/popup.js b/src/js/popup.js index 9d2bbc229..84ce67fdb 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -55,7 +55,7 @@ if ( /[\?&]mobile=1/.test(window.location.search) ) { // - Its horizontal position depends on whether there is a vertical scrollbar. document.getElementById('rulesetTools').style.setProperty( 'top', - (document.getElementById('gotoPrefs').getBoundingClientRect().bottom + 3) + 'px' + (document.getElementById('appinfo').getBoundingClientRect().bottom + 3) + 'px' ); var positionRulesetTools = function() { @@ -522,7 +522,7 @@ var renderOnce = function() { lpane.style.setProperty( 'height', Math.max( - window.innerHeight - uDom.nodeFromSelector('#gotoPrefs').offsetHeight, + window.innerHeight - uDom.nodeFromSelector('#appinfo').offsetHeight, rpane.offsetHeight ) + 'px' ); diff --git a/src/popup.html b/src/popup.html index 68e5ad882..409cef9d3 100644 --- a/src/popup.html +++ b/src/popup.html @@ -10,13 +10,14 @@ -    +   

+