mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-19 17:44:50 +00:00
Update help button
This commit is contained in:
parent
3b54449426
commit
fd930a4d4a
2 changed files with 5 additions and 5 deletions
8
static/css/main.css
vendored
8
static/css/main.css
vendored
|
|
@ -197,10 +197,10 @@ body {
|
|||
}
|
||||
|
||||
#btn-help {
|
||||
padding-top: 5px;
|
||||
width: 20px;
|
||||
height: 15px;
|
||||
font-size: 10px;
|
||||
padding-top: 0px;
|
||||
width: 40px;
|
||||
height: 20px;
|
||||
font-size: 15px;
|
||||
|
||||
top: 10px;
|
||||
left: 15px;
|
||||
|
|
|
|||
2
static/game.html
vendored
2
static/game.html
vendored
|
|
@ -68,7 +68,7 @@
|
|||
<div id="help-overlay-background"></div>
|
||||
<div id="help-overlay-detail"></div>
|
||||
</div>
|
||||
<div id="btn-help" unselectable="on" class="btn unselectable" value="help">?</div>
|
||||
<div id="btn-help" unselectable="on" class="btn unselectable" value="help">Help</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue