minor changes

This commit is contained in:
gorhill 2015-03-16 09:32:29 -04:00
parent 4c86479ba7
commit 332653284d
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
// I do not want the left pane -- optional and hidden by defaut -- to // I do not want the left pane -- optional and hidden by defaut -- to
// dictate the height of the popup. The right pane dictates the height // dictate the height of the popup. The right pane dictates the height
// of the popup, and the left pane will have a scrollbar if ever its // of the popup, and the left pane will have a scrollbar if ever its
// height is larger than what is available. // height is more than what is available.
doc.querySelector('#panes > div:nth-of-type(2)').style.setProperty( doc.querySelector('#panes > div:nth-of-type(2)').style.setProperty(
'height', 'height',
doc.querySelector('#panes > div:nth-of-type(1)').offsetHeight + 'px' doc.querySelector('#panes > div:nth-of-type(1)').offsetHeight + 'px'

View File

@ -10,7 +10,7 @@
</head> </head>
<body> <body>
<a href="dashboard.html" target="_blank" id="gotoPrefs" title="popupTipDashboard"><span id="appname"></span><span id="version"></span></a> <a href="dashboard.html" target="_blank" id="gotoPrefs" title="popupTipDashboard"><span id="appname">&nbsp;</span><span id="version">&nbsp;</span></a>
<div id="panes"> <div id="panes">
<div> <div>
<p id="switch" data-i18n-tip="popupPowerSwitchInfo"><span class="fa">&#xf011;</span></p> <p id="switch" data-i18n-tip="popupPowerSwitchInfo"><span class="fa">&#xf011;</span></p>