From e917eb6c7237913cfad2599df2f6201c3504225c Mon Sep 17 00:00:00 2001
From: Pawel Sierszen
Date: Mon, 2 Jun 2014 14:51:51 +0200
Subject: [PATCH] Updated application sources
Change-Id: I92eb14ff956cf1475a089cc5183cf53db7610ae6
Signed-off-by: Pawel Sierszen
---
project/.project | 108 ++---
project/config.xml | 37 +-
project/css/style.css | 47 +--
project/index.html | 86 ++--
project/js/main.js | 1045 +++++++++++++++++++++++++------------------------
5 files changed, 692 insertions(+), 631 deletions(-)
diff --git a/project/.project b/project/.project
index 7f6d88c..67124b8 100644
--- a/project/.project
+++ b/project/.project
@@ -1,57 +1,57 @@
- SensorBall
-
-
-
-
-
- org.eclipse.wst.common.project.facet.core.builder
-
-
-
-
- org.eclipse.wst.jsdt.core.javascriptValidator
-
-
-
-
- json.validation.builder
-
-
-
-
- org.tizen.web.jslint.nature.JSLintBuilder
-
-
-
-
- org.tizen.web.css.nature.CSSBuilder
-
-
-
-
- org.eclipse.wst.validation.validationbuilder
-
-
-
-
- org.tizen.web.project.builder.WebBuilder
-
-
- usedLibraryType
- WebUIFramework
-
-
-
-
-
- json.validation.nature
- org.tizen.web.jslint.nature.JSLintNature
- org.tizen.web.css.nature.CSSNature
- org.eclipse.wst.jsdt.core.jsNature
- org.eclipse.wst.common.project.facet.core.nature
- org.eclipse.wst.common.modulecore.ModuleCoreNature
- org.tizen.web.project.builder.WebNature
-
+ SensorBall
+
+
+
+
+
+ org.eclipse.wst.common.project.facet.core.builder
+
+
+
+
+ org.eclipse.wst.jsdt.core.javascriptValidator
+
+
+
+
+ json.validation.builder
+
+
+
+
+ org.tizen.web.jslint.nature.JSLintBuilder
+
+
+
+
+ org.tizen.web.css.nature.CSSBuilder
+
+
+
+
+ org.eclipse.wst.validation.validationbuilder
+
+
+
+
+ org.tizen.web.project.builder.WebBuilder
+
+
+ usedLibraryType
+ WebUIFramework
+
+
+
+
+
+ json.validation.nature
+ org.tizen.web.jslint.nature.JSLintNature
+ org.tizen.web.css.nature.CSSNature
+ org.eclipse.wst.jsdt.core.jsNature
+ org.eclipse.wst.common.project.facet.core.nature
+ org.eclipse.wst.common.modulecore.ModuleCoreNature
+ org.tizen.web.project.builder.WebNature
+
diff --git a/project/config.xml b/project/config.xml
index 6ba265a..6ba5c97 100644
--- a/project/config.xml
+++ b/project/config.xml
@@ -1,10 +1,31 @@
-
-
-
-
- Sensor Ball
-
-
-
+
+
+
+
+
+
+
+
+ Sensor Ball
+
+
+
+
+
+
+
diff --git a/project/css/style.css b/project/css/style.css
index 9146e9b..708c3e0 100644
--- a/project/css/style.css
+++ b/project/css/style.css
@@ -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;
}
diff --git a/project/index.html b/project/index.html
index 56db864..549f13a 100644
--- a/project/index.html
+++ b/project/index.html
@@ -1,45 +1,53 @@
-
-
-
-Sensor ball
-
-
-
-
-
+
+
+
+
+
+ Sensor ball
+
+
+
+
+
+
+
+
+
-
-
-
Sensor ball
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
Sensor ball
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
+