From c63ab9c74b3d1c6b839228c28d00d803fc5074c5 Mon Sep 17 00:00:00 2001 From: Matthew Borden Date: Tue, 8 Jul 2014 11:21:18 +1000 Subject: [PATCH] Update: Loading now works in Chrome --- Demo.html | 2 +- build/Squire-UI.css | 4 +++- ui/Squire-UI.css | 5 ++++- ui/Squire-UI.html | 12 ++++++------ ui/Squire-UI.js | 16 +++++++++------- 5 files changed, 23 insertions(+), 16 deletions(-) diff --git a/Demo.html b/Demo.html index 3194032..7d95307 100644 --- a/Demo.html +++ b/Demo.html @@ -10,7 +10,7 @@ diff --git a/build/Squire-UI.css b/build/Squire-UI.css index f2704d3..e2a5f7e 100644 --- a/build/Squire-UI.css +++ b/build/Squire-UI.css @@ -6,6 +6,9 @@ body { font: 400 14px/1.24 helvetica, arial, sans-serif; text-shadow: 0 1px 0 white; } +iframe { + width:100%; +} .menu .item { color:#000; @@ -31,7 +34,6 @@ body { } .menu { - text-align:center; -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; diff --git a/ui/Squire-UI.css b/ui/Squire-UI.css index f2704d3..5a3eda9 100644 --- a/ui/Squire-UI.css +++ b/ui/Squire-UI.css @@ -7,6 +7,10 @@ body { text-shadow: 0 1px 0 white; } +iframe { + width:100%; +} + .menu .item { color:#000; float:left; @@ -31,7 +35,6 @@ body { } .menu { - text-align:center; -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; diff --git a/ui/Squire-UI.html b/ui/Squire-UI.html index 5385e26..4ced264 100644 --- a/ui/Squire-UI.html +++ b/ui/Squire-UI.html @@ -1,16 +1,16 @@