From 1f46d9955c4a4f395571c237295c4c75f05fb7ad Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Thu, 13 Sep 2012 21:18:18 +0200 Subject: [PATCH] fixed the position of play button in iOS devices --- package.json | 2 +- public/static/css/style.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3f4b31b..219683f 100644 --- a/package.json +++ b/package.json @@ -21,5 +21,5 @@ "start": "app.js" }, "subdomain": "binb", - "version": "0.3.3-6" + "version": "0.3.3-14" } \ No newline at end of file diff --git a/public/static/css/style.css b/public/static/css/style.css index 2cb59eb..a5e1951 100644 --- a/public/static/css/style.css +++ b/public/static/css/style.css @@ -114,7 +114,7 @@ form .clearfix { -moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5); box-shadow:0 1px 0 rgba(255, 255, 255, 0.5); } -input { +#message, #guess { margin-bottom: 0; } .modal-footer { @@ -316,7 +316,6 @@ input { width:0; } #touch-backdrop { - width:220px; height:137px; -webkit-border-radius:5px; -moz-border-radius:5px; @@ -324,8 +323,9 @@ input { background:rgba(50,50,50,0.8); } #touch-play { - margin-top: 54px; - margin-left: 77px; + position: absolute; + top: 54px; + left: 73px; } #volume { height:159px; -- 2.54.0