From 9542a2d879e6c349ba9e1657292633d66dea1c0c Mon Sep 17 00:00:00 2001 From: Patrick Teichmann Date: Wed, 28 Jul 2021 14:40:37 +0200 Subject: [PATCH] Dev: applyed missing padding to privacy div --- application/config/version.php | 2 +- themes/survey/bootswatch/css/theme.css | 4 ++++ themes/survey/fruity/css/theme.css | 8 ++++---- themes/survey/vanilla/css/theme.css | 4 ++++ 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index 808856ec428..b9b76440b7b 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -17,5 +17,5 @@ $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30200'; +$config['assetsversionnumber'] = '30201'; return $config; diff --git a/themes/survey/bootswatch/css/theme.css b/themes/survey/bootswatch/css/theme.css index c509eac3066..4ec03a977a2 100644 --- a/themes/survey/bootswatch/css/theme.css +++ b/themes/survey/bootswatch/css/theme.css @@ -705,6 +705,10 @@ div.yes-no .btn-group label { white-space:normal; } +.privacy { + padding-top: 20px; +} + .privacy-header{ font-weight: bold; font-style: italic; diff --git a/themes/survey/fruity/css/theme.css b/themes/survey/fruity/css/theme.css index 965d9844ce9..a9e3c19d322 100644 --- a/themes/survey/fruity/css/theme.css +++ b/themes/survey/fruity/css/theme.css @@ -32,8 +32,6 @@ body { padding-top: 60px;/* now is redefine in JS to fit any title length */ } - - element.style { } @@ -719,6 +717,10 @@ div.yes-no .btn-group label { white-space:normal; } +.privacy { + padding-top: 20px; +} + .privacy-header{ font-weight: bold; font-style: italic; @@ -836,8 +838,6 @@ p.return-to-survey{ font-size: 50%; vertical-align: top; } -} - /* Remove question container*/ #navbar { diff --git a/themes/survey/vanilla/css/theme.css b/themes/survey/vanilla/css/theme.css index d6a10b4111b..403f6a54698 100644 --- a/themes/survey/vanilla/css/theme.css +++ b/themes/survey/vanilla/css/theme.css @@ -676,6 +676,10 @@ div.yes-no .btn-group label { white-space:normal; } +.privacy { + padding-top: 20px; +} + .privacy-header{ font-weight: bold; font-style: italic;