diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-03-14 15:03:06 +1300 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-03-14 15:05:03 +1300 |
commit | cfd46efffefcfd9c0e77edcc75b69f2709c22352 (patch) | |
tree | ba2371090f47899ba4223acb893f98756917ee47 /index.html | |
parent | 9800abe02202e18574e248930fb76b21f999df37 (diff) | |
download | petrichor-cfd46efffefcfd9c0e77edcc75b69f2709c22352.tar.xz |
Correct alignment of power confirm button box
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ <span id="message-label"></span> </div> <a id="mask" href="#" onclick="hide_element('power-confirm');hide_element('mask');"></a> - <div id="power-confirm"> + <div id="power-confirm" onclick="document.getElementById('mask').click();"> <ul> <li> <a class="button" href="#" onclick="lightdm.shutdown();"> |