diff options
author | 2013-09-20 03:20:28 +0000 | |
---|---|---|
committer | 2013-09-20 03:20:28 +0000 | |
commit | 3abb78edd2cb5c19821cc4a00dfae25924ae87e5 (patch) | |
tree | 3ee4c0f84a78f118af73c24092db6e306d565e75 /web/index.html | |
parent | 894c6f0b55989c41987beb4f1a76aeec39005597 (diff) |
web: Fix rendering issues on WebKit-based phones in portrait mode, added pause/unpause toggle. [Firehawke]
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html index b4ff6e7d4c2..f315485b1ef 100644 --- a/web/index.html +++ b/web/index.html @@ -123,8 +123,8 @@ <!-- Home --> <div data-role="page" id="page1"> <div data-theme="a" data-role="header"> - <div style="width: 320px; height: 120px; position: relative;"> - <img src="images/logo-mame-small.png" alt="image" style="position: absolute; top: 50%; left: 50%; margin-left: 0px; margin-top: -50px"> + <div style="width: 100%; height: 120px; position: relative;"> + <img src="images/logo-mame-small.png" alt="image" style="position: absolute; top: 50%; left: 50%; margin-left: -158px; margin-top: -50px"> </div> <a data-role="button" href="#page1" data-icon="home" data-iconpos="left" class="ui-btn-right">Home </a> <div data-role="navbar" data-iconpos="top"> |