From 320781094096037eab7d0014dad2d13fe1f2ad40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Gieling?= Date: Tue, 19 Sep 2017 22:01:55 +0200 Subject: [WIP] New Design. (#151) * Update create.tmpl.php * Update goto.tmpl.php * Update main.tmpl.php * Create navigation.tmpl.php * Update vote.js * Add files via upload * Update vote.css * Update main.css * Update list.css * Update create.css * Update main.tmpl.php * Add files via upload * Update main.tmpl.php * Update main.css * Moved polltype to right cloumn * Remove Header "Basic information" * Switch to scss * Fix for public URL * relative path to svg * Fix poll link * Some tidy and switch to scss * Cosmetics Added empty content and some removed some tags * quick fix for small lines * Date fix * remove footer * Adding avatars Added avatars zu participants and removed breadcrump if user is not logged in * Syntax error * Avatar fix for public polls * limit width of avatar cell * Tidy and changed classes * Fix breadcrump * Update * Switch to SCSS For some reason the create.scss cannot be compiled, so I renamed the file. * Switch to SCSS and changed classes * fix * Fix for total count * Change of vote table layout * Updated screenshots * Css change * Changed toggle image * Fix for wrong display of votes * Change in toggle presentation * Remove unneeded navigation bar and use proper links to images Signed-off-by: Morris Jobke * Polish public poll page Signed-off-by: Morris Jobke * Fix total row in date polls * Added padding back to comment --- img/finished-vote.svg | 62 ++++++++++++++++++++++++ img/home.svg | 5 -- img/maybe-toggle.svg | 68 ++++++++++++++++++++++++++ img/maybe-vote.svg | 8 ++++ img/no-toggle.svg | 68 ++++++++++++++++++++++++++ img/no-vote.svg | 9 ++++ img/no.svg | 77 ------------------------------ img/progress-vote.svg | 62 ++++++++++++++++++++++++ img/toggle-maybe.svg | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++ img/toggle-no.svg | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++ img/toggle-yes.svg | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++ img/un-vote.svg | 57 ++++++++++++++++++++++ img/yes-toggle.svg | 68 ++++++++++++++++++++++++++ img/yes-vote.svg | 8 ++++ img/yes.svg | 4 -- 15 files changed, 797 insertions(+), 86 deletions(-) create mode 100644 img/finished-vote.svg delete mode 100644 img/home.svg create mode 100644 img/maybe-toggle.svg create mode 100644 img/maybe-vote.svg create mode 100644 img/no-toggle.svg create mode 100644 img/no-vote.svg delete mode 100644 img/no.svg create mode 100644 img/progress-vote.svg create mode 100644 img/toggle-maybe.svg create mode 100644 img/toggle-no.svg create mode 100644 img/toggle-yes.svg create mode 100644 img/un-vote.svg create mode 100644 img/yes-toggle.svg create mode 100644 img/yes-vote.svg delete mode 100644 img/yes.svg (limited to 'img') diff --git a/img/finished-vote.svg b/img/finished-vote.svg new file mode 100644 index 00000000..9b9766a8 --- /dev/null +++ b/img/finished-vote.svg @@ -0,0 +1,62 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/img/home.svg b/img/home.svg deleted file mode 100644 index 2edc3af2..00000000 --- a/img/home.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/img/maybe-toggle.svg b/img/maybe-toggle.svg new file mode 100644 index 00000000..6583e983 --- /dev/null +++ b/img/maybe-toggle.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/img/maybe-vote.svg b/img/maybe-vote.svg new file mode 100644 index 00000000..f99fe6ac --- /dev/null +++ b/img/maybe-vote.svg @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/img/no-toggle.svg b/img/no-toggle.svg new file mode 100644 index 00000000..aa5add03 --- /dev/null +++ b/img/no-toggle.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/img/no-vote.svg b/img/no-vote.svg new file mode 100644 index 00000000..123a6681 --- /dev/null +++ b/img/no-vote.svg @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/img/no.svg b/img/no.svg deleted file mode 100644 index c270f76f..00000000 --- a/img/no.svg +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/img/progress-vote.svg b/img/progress-vote.svg new file mode 100644 index 00000000..550fd558 --- /dev/null +++ b/img/progress-vote.svg @@ -0,0 +1,62 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/img/toggle-maybe.svg b/img/toggle-maybe.svg new file mode 100644 index 00000000..eccc6e10 --- /dev/null +++ b/img/toggle-maybe.svg @@ -0,0 +1,129 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/img/toggle-no.svg b/img/toggle-no.svg new file mode 100644 index 00000000..93105441 --- /dev/null +++ b/img/toggle-no.svg @@ -0,0 +1,129 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/img/toggle-yes.svg b/img/toggle-yes.svg new file mode 100644 index 00000000..5aa6935a --- /dev/null +++ b/img/toggle-yes.svg @@ -0,0 +1,129 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/img/un-vote.svg b/img/un-vote.svg new file mode 100644 index 00000000..32347409 --- /dev/null +++ b/img/un-vote.svg @@ -0,0 +1,57 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/img/yes-toggle.svg b/img/yes-toggle.svg new file mode 100644 index 00000000..ffdf9b33 --- /dev/null +++ b/img/yes-toggle.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/img/yes-vote.svg b/img/yes-vote.svg new file mode 100644 index 00000000..5908f8e6 --- /dev/null +++ b/img/yes-vote.svg @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/img/yes.svg b/img/yes.svg deleted file mode 100644 index 964624a9..00000000 --- a/img/yes.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - -- cgit v1.2.3