Skip to content

Commit

Permalink
Dev: applyed missing padding to privacy div
Browse files Browse the repository at this point in the history
  • Loading branch information
ptelu committed Jul 28, 2021
1 parent d06dd66 commit 9542a2d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion application/config/version.php
Expand Up @@ -17,5 +17,5 @@
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30200';
$config['assetsversionnumber'] = '30201';
return $config;
4 changes: 4 additions & 0 deletions themes/survey/bootswatch/css/theme.css
Expand Up @@ -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;
Expand Down
8 changes: 4 additions & 4 deletions themes/survey/fruity/css/theme.css
Expand Up @@ -32,8 +32,6 @@ body {
padding-top: 60px;/* now is redefine in JS to fit any title length */
}



element.style {
}

Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -836,8 +838,6 @@ p.return-to-survey{
font-size: 50%;
vertical-align: top;
}
}


/* Remove question container*/
#navbar {
Expand Down
4 changes: 4 additions & 0 deletions themes/survey/vanilla/css/theme.css
Expand Up @@ -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;
Expand Down

0 comments on commit 9542a2d

Please sign in to comment.