]> git.example.dev Git - binbsis50.git/commitdiff
fixed the position of play button in iOS devices
authorLuigi Pinca <luigipinca@gmail.com>
Thu, 13 Sep 2012 19:18:18 +0000 (21:18 +0200)
committerLuigi Pinca <luigipinca@gmail.com>
Thu, 13 Sep 2012 19:38:26 +0000 (21:38 +0200)
package.json
public/static/css/style.css

index 3f4b31b2e429f94c659a5988ff7c6884c8e35aed..219683ff44b5b2bef7dfd0538b38632286cbef04 100644 (file)
@@ -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
index 2cb59ebe99c0393a183b3e475704c6e799f62a98..a5e19515e109ddf5829be8b80e2a6dcf31bc4aba 100644 (file)
@@ -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;