Updated application sources
[apps/web/sample/SensorBall.git] / project / css / style.css
index 9146e9b..708c3e0 100644 (file)
@@ -1,52 +1,53 @@
 html, body {
-       margin: 0px;
-       padding: 0px;
+    margin: 0px;
+    padding: 0px;
 }
 
 body {
-       overflow: hidden;
+    overflow: hidden;
+    -webkit-user-select: none;
 }
 
 .ui-content{
-       background-size: 100%;
+    background-size: 100%;
 }
 
 .background1 {
-       background-image: url('../images/background1.jpg');
+    background-image: url('../images/background1.jpg');
 }
 
 .background2 {
-       background-image: url('../images/background2.jpg');
+    background-image: url('../images/background2.jpg');
 }
 
 .background3 {
-       background-image: url('../images/background3.jpg');
-       background-color: #000;
-       overflow: hidden;
+    background-image: url('../images/background3.jpg');
+    background-color: #000;
+    overflow: hidden;
 }
 
 .ball {
-       position: absolute;
-       left: 0px;
-       top: 0px;
-       width: 86px;
-       height: 86px;
+    position: absolute;
+    left: 0px;
+    top: 0px;
+    width: 86px;
+    height: 86px;
 }
 
 .sun {
-       position: absolute;
-       width: 86px;
-       height: 86px;
-       left: 0px;
-       top: 0px;
-       z-index:50;
+    position: absolute;
+    width: 86px;
+    height: 86px;
+    left: 0px;
+    top: 0px;
+    z-index: 50;
 }
 
 #main {
-       width: 100%;
-       height: 100%;
+    width: 100%;
+    height: 100%;
 }
 
 .ui-tabbar-margin-back {
-       margin-right:0 !important;
+    margin-right:0 !important;
 }