From 1ebb38b88bcc63dfe17a63d5fddd92f6f93bd66a Mon Sep 17 00:00:00 2001 From: Magnus Vik Magnussen Date: Thu, 9 Oct 2014 14:37:54 +0200 Subject: [PATCH 1/3] test commit: moved feedback arrow 1px to the right --- .gitignore | 1 + css/questionset.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b25c15b..e266972 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *~ +/nbproject/private/ \ No newline at end of file diff --git a/css/questionset.css b/css/questionset.css index 693b60f..bf83c08 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -247,7 +247,7 @@ content: ""; font-size: 5em; position: absolute; - left: -15px; + left: -14px; top: 36px; height: 0; width: 0; From a4f7bb1b96923665f54ef58ff285455eb1a0600e Mon Sep 17 00:00:00 2001 From: Magnus Vik Magnussen Date: Tue, 21 Oct 2014 15:10:49 +0200 Subject: [PATCH 2/3] modified position of arrow icons on next/prev buttons --- css/questionset.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/questionset.css b/css/questionset.css index bf83c08..1d3dec7 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -96,14 +96,14 @@ } .qs-footer .button, .qs-startbutton, .qs-finishbutton, .questionset-results .button, .video-container > .button { display: inline-block; - padding: 0.2em 1em; + padding: 0 0.7em; border: 0.2em solid #fff; border-radius: 0.4em; margin: 0 0.5em 1em; cursor: pointer; color: #ffffff; box-shadow: 0 0 0.5em #999; - + line-height: 1.9em; background: rgb(100,152,254); /* Old browsers */ background: -moz-linear-gradient(top, rgba(100,152,254,1) 0%, rgba(4,104,206,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,152,254,1)), color-stop(100%,rgba(4,104,206,1))); /* Chrome,Safari4+ */ @@ -116,7 +116,7 @@ text-decoration: none; box-shadow: 0 0 0.5em #999; color: #ffffff; - + border-color: #fff; background: rgb(4,104,206); /* Old browsers */ background: -moz-linear-gradient(top, rgba(4,104,206,1) 0%, rgba(100,152,254,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,104,206,1)), color-stop(100%,rgba(100,152,254,1))); /* Chrome,Safari4+ */ @@ -139,12 +139,12 @@ .qs-footer a.next.button:after { font-family: 'H5PFontAwesome4'; - content: " \f054"; /* TODO: Use margin not whitespace, spacing is not content! */ + content: "\f054"; /* TODO: Use margin not whitespace, spacing is not content! */ } .qs-footer a.prev.button:before { font-family: 'H5PFontAwesome4'; - content: "\f053 "; + content: "\f053"; } .questionset-results .qs-finishbutton { From 917a2d14990da7f97a0625d2662ef96079ae199c Mon Sep 17 00:00:00 2001 From: Magnus Vik Magnussen Date: Tue, 21 Oct 2014 15:20:31 +0200 Subject: [PATCH 3/3] modified color of progress dots --- css/questionset.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/questionset.css b/css/questionset.css index 1d3dec7..52eb139 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -53,10 +53,10 @@ box-shadow: 0 0 0.5em #c7c7c7; } .progress-dot.answered { - background: #bccade; + background: #73a2d5; } .progress-dot.current { - background: #267ec9; + background: #285585; } .intro-page .title {