Fix for TC-1560 UI always zoomed out 63/28463/2 accepted/tizen/ivi/20141009.191316 submit/tizen_ivi/20141008.200057
authorBrian Jones <brian.j.jones@intel.com>
Tue, 7 Oct 2014 23:41:03 +0000 (16:41 -0700)
committerBrian Jones <brian.j.jones@intel.com>
Tue, 7 Oct 2014 23:49:00 +0000 (16:49 -0700)
Change-Id: I5109233857b730e91b79e71f7505e5fb1239e0a1

css/style.css
index.html
packaging/modello-dashboard.changes

index 5d37a02..5175b39 100644 (file)
@@ -1,3 +1,9 @@
+@viewport{
+        width: 720px;
+        height: 1280px;
+        user-zoom: fixed;
+}
+
 .randomizer{
        position: absolute;
        left: 396px;
index ae7f5c5..b0af376 100644 (file)
@@ -6,9 +6,6 @@
 <title>DASHBOARD</title>
 <meta name="keywords" content="" />
 <meta name="description" content="" />
-<!-- <meta name = "viewport" content = "width = device-width,height = device-height, user-scalable = no"> -->
-<meta name="viewport" content="width=720, height=1280, user-scalable=no" />
-
 
 <link rel="stylesheet" href="./css/car/car.css" />
 <link rel="stylesheet" href="./css/style.css" />
                <div id="bottomPanel" class="bottomPanel bottomPanelImg"></div>
        </div>
 </body>
-</html>
\ No newline at end of file
+</html>
index 2baed6f..24bb5eb 100644 (file)
@@ -1,3 +1,7 @@
+* Tue Oct 07 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_ivi/20141007.174646-1-g96b3bec
+- clean the spec file
+- Fix for TC-1560 UI always zoomed out
+
 * Thu Sep 18 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_ivi/20140911.180109-1-g942f657
 - Updating packaging to remove hard coded paths