From a0011b7c5c8ce3283acf9fefd0f787f31fa11139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gonz=C3=A1lez?= Date: Thu, 12 Jan 2017 11:55:12 +0100 Subject: [PATCH] More css fixes --- app/assets/stylesheets/legislation_process.scss | 11 +++++++++++ app/views/legislation/processes/_header.html.erb | 2 +- app/views/legislation/questions/show.html.erb | 5 +++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/legislation_process.scss b/app/assets/stylesheets/legislation_process.scss index 1e3fc8bb1..2c0dfc672 100644 --- a/app/assets/stylesheets/legislation_process.scss +++ b/app/assets/stylesheets/legislation_process.scss @@ -280,6 +280,9 @@ $epigraph-font-size: rem-calc(15); // 05. Debate quiz // ----------------- .debate-quiz { + .comments { + margin-top: 4rem; + } .quiz-header { margin-bottom: 2rem; @@ -349,6 +352,10 @@ $epigraph-font-size: rem-calc(15); .debate-questions { position: relative; list-style: none; + + .participation-not-allowed { + padding-bottom: 3rem; + } .control { position: relative; @@ -430,6 +437,10 @@ $epigraph-font-size: rem-calc(15); .headline { margin-bottom: 0; + + .headline-small { + padding-top: 0.75rem; + } } .button-circle { diff --git a/app/views/legislation/processes/_header.html.erb b/app/views/legislation/processes/_header.html.erb index c73c732af..5d18217bc 100644 --- a/app/views/legislation/processes/_header.html.erb +++ b/app/views/legislation/processes/_header.html.erb @@ -2,7 +2,7 @@
+ + <%= render 'legislation/shared/comments', commentable: @question %> + - -<%= render 'legislation/shared/comments', commentable: @question %>