From 8a17b8fb338d2656c4f3ad5a8814f33ac1777afc Mon Sep 17 00:00:00 2001 From: mattbk Date: Sat, 7 Nov 2015 13:03:28 -0600 Subject: [PATCH] Fix css change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Somehow the changes weren’t picked up right. --- css/bootstrap.min.css | 0 css/style.css | 25 +++++++++++++++++++------ views/base.html.twig | 0 views/change.html.twig | 6 +++++- views/finish.html.twig | 0 views/index.html.twig | 0 views/next.html.twig | 4 ++-- views/results.html.twig | 0 views/results.txt.twig | 0 9 files changed, 26 insertions(+), 9 deletions(-) mode change 100644 => 100755 css/bootstrap.min.css mode change 100644 => 100755 css/style.css mode change 100644 => 100755 views/base.html.twig mode change 100644 => 100755 views/change.html.twig mode change 100644 => 100755 views/finish.html.twig mode change 100644 => 100755 views/index.html.twig mode change 100644 => 100755 views/next.html.twig mode change 100644 => 100755 views/results.html.twig mode change 100644 => 100755 views/results.txt.twig diff --git a/css/bootstrap.min.css b/css/bootstrap.min.css old mode 100644 new mode 100755 diff --git a/css/style.css b/css/style.css old mode 100644 new mode 100755 index f65eb16..a5a2466 --- a/css/style.css +++ b/css/style.css @@ -2,15 +2,28 @@ body { padding-top: 40px; } -#rotator { - background: #dddddd; - width: 960px; - height: 627px; - overflow: hidden; +#outside { cursor: pointer; + z-index:10; + position:relative; +} + +#rotator { + background: #ffffff; + // 90vh is 90% of viewer height: http://stackoverflow.com/a/16837667/2152245 + height:80vh; + width:auto; + //overflow: hidden; + cursor: pointer; + z-index:0; + position: absolute; + left: 0px; + top: 0px; } #rotator img { display: block; + max-height:80vh; + width:auto; margin: 0; -} \ No newline at end of file +} diff --git a/views/base.html.twig b/views/base.html.twig old mode 100644 new mode 100755 diff --git a/views/change.html.twig b/views/change.html.twig old mode 100644 new mode 100755 index c9e29ac..b688c6e --- a/views/change.html.twig +++ b/views/change.html.twig @@ -2,15 +2,19 @@ {% block content %}

Please wait while the images are loaded.

+
+ +
+
diff --git a/views/finish.html.twig b/views/finish.html.twig old mode 100644 new mode 100755 diff --git a/views/index.html.twig b/views/index.html.twig old mode 100644 new mode 100755 diff --git a/views/next.html.twig b/views/next.html.twig old mode 100644 new mode 100755 index d00cdf9..62c04ec --- a/views/next.html.twig +++ b/views/next.html.twig @@ -2,8 +2,8 @@ {% block content %}

Your response has been recorded.

-

« Retry Continue to step {{ step_count + 1 }} »

+

« Retry Continue to step {{ step_count + 1 }} »

{% endblock %} \ No newline at end of file diff --git a/views/results.html.twig b/views/results.html.twig old mode 100644 new mode 100755 diff --git a/views/results.txt.twig b/views/results.txt.twig old mode 100644 new mode 100755 -- 2.39.5