From: Luigi Pinca Date: Thu, 13 Sep 2012 19:18:18 +0000 (+0200) Subject: fixed the position of play button in iOS devices X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=1f46d9955c4a4f395571c237295c4c75f05fb7ad;p=binbsis50.git fixed the position of play button in iOS devices --- 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;