From d03890cc6ce2dca421e1bb8c4746ee5269c0c2dd Mon Sep 17 00:00:00 2001 From: Brian Jones Date: Tue, 7 Oct 2014 16:46:25 -0700 Subject: [PATCH] Fix for TC-1560 UI always zoomed out Change-Id: I82b59c17dccad3619d06007ab79ca4235272186a --- css/style.css | 8 +++++++- index.html | 3 +-- packaging/modello-sdl.changes | 4 ++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 9bddf16..b352f71 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,9 @@ +@viewport{ + width: 720px; + height: 1280px; + user-zoom: fixed; +} + /*carousel control*/ .carousel { @@ -335,4 +341,4 @@ .artistNameTextMargin { margin-bottom: 5px; -} \ No newline at end of file +} diff --git a/index.html b/index.html index e2bb688..02e20c9 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,6 @@ - SmartDeviceLink @@ -221,4 +220,4 @@
- \ No newline at end of file + diff --git a/packaging/modello-sdl.changes b/packaging/modello-sdl.changes index c76dcbb..2d26868 100644 --- a/packaging/modello-sdl.changes +++ b/packaging/modello-sdl.changes @@ -1,3 +1,7 @@ +* Tue Oct 07 2014 Brian Jones submit/tizen_ivi/20141007.174646-1-g3bcea88 +- clean the spec file +- Fix for TC-1560 UI always zoomed out + * Thu Sep 18 2014 Brian Jones submit/tizen_ivi/20140911.180109-1-g9570878 - Updating packaging to remove hard coded paths -- 2.7.4