only open help dialog via keyboard if no other dialog or screen is present

This commit is contained in:
rolux 2011-11-02 08:27:22 +00:00
commit 3a682c7932
6 changed files with 23 additions and 26 deletions

View file

@ -1,21 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<style>
body {
text-align: center;
padding-top: 128px;
background: #101010;
color: #F0F0F0;
}
</style>
<link rel="stylesheet" type="text/css" href="/static/oxjs/build/Ox.UI/css/Ox.UI.css"/>
<title>We will be back in a minute</title>
</head>
<body class="OxThemeModern">
<img src="/static/png/logo256.png" style="width: 256px"/>
<div style="padding-top: 16px">
We will be back in a minute.
</div>
</body>
<head>
<title>We will be back in a moment.</title>
<link rel="stylesheet" type="text/css" href="/static/oxjs/build/Ox.UI/css/Ox.UI.css"/>
<style>
body {
text-align: center;
padding-top: 128px;
background: rgb(16, 16, 16);
color: rgb(240, 240, 240);
}
</style>
</head>
<body class="OxThemeModern">
<img src="/static/png/logo256.png" style="width: 256px"/>
<div style="padding-top: 16px">We will be back in a moment.</div>
</body>
</html>