Skip to content

Commit

Permalink
Dev: more new picture fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Jun 7, 2017
1 parent f58dea9 commit e5df137
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 7 deletions.
2 changes: 1 addition & 1 deletion application/helpers/replacements_helper.php
Expand Up @@ -661,7 +661,7 @@ function templatereplace($line, $replacements = array(), &$redata = array(), $de
{
if (file_exists ($oTemplate->path.'/'.$oTemplate->siteLogo ))
{
$sitelogo= '<img class="img-responsive" style="max-width:45%;" src="'.App()->getAssetManager()->publish( $oTemplate->path.'/'.$oTemplate->siteLogo).'" alt=""/>';
$sitelogo= '<img class="img-responsive site-surveylist-logo custom custom-margin top-15 bottom-15" src="'.App()->getAssetManager()->publish( $oTemplate->path.'/'.$oTemplate->siteLogo).'" alt=""/>';
}
}

Expand Down
Binary file modified styles/Apple_Blossom/images/donate.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified styles/Bay_of_Many/images/donate.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified styles/Black_Pearl/images/donate.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified styles/Dark_Sky/images/donate.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified styles/Free_Magenta/images/donate.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified styles/Noto_All_Languages/images/donate.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified styles/Purple_Tentacle/images/donate.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified styles/Sea_Green/images/donate.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified styles/Sunset_Orange/images/donate.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion templates/default/css/template.css
Expand Up @@ -279,6 +279,12 @@ li.responsive-content
text-align: center;
}

#surveys-list-jumbotron img.site-surveylist-logo {
max-width: 35%;
display: block;
margin: 15px auto;
}

/*#outerframeContainer {
height: 100%;
}*/
Expand Down Expand Up @@ -1096,4 +1102,4 @@ div.yes-no .btn-group label {

p.return-to-survey{
clear:left;
}
}
4 changes: 3 additions & 1 deletion templates/default/views/surveylist.pstpl
Expand Up @@ -3,7 +3,9 @@

<div class="row" id="surveys-list-container">
<div class="jumbotron" id="surveys-list-jumbotron">
{SITELOGO}
<p class="text-center">
{SITELOGO}
</p>
<p class="">
{SITENAME}
</p>
Expand Down
6 changes: 5 additions & 1 deletion templates/news_paper/css/template.css
Expand Up @@ -278,7 +278,11 @@ li.responsive-content
#surveys-list-jumbotron {
text-align: center;
}

#surveys-list-jumbotron img.site-surveylist-logo {
max-width: 35%;
display: block;
margin: 15px auto;
}
/*#outerframeContainer {
height: 100%;
}*/
Expand Down
4 changes: 3 additions & 1 deletion templates/news_paper/views/surveylist.pstpl
Expand Up @@ -3,7 +3,9 @@

<div class="row" id="surveys-list-container">
<div class="jumbotron" id="surveys-list-jumbotron">
{SITELOGO}
<p class="text-center">
{SITELOGO}
</p>
<p class="">
{SITENAME}
</p>
Expand Down
6 changes: 5 additions & 1 deletion templates/ubuntu_orange/css/template.css
Expand Up @@ -278,7 +278,11 @@ li.responsive-content
#surveys-list-jumbotron {
text-align: center;
}

#surveys-list-jumbotron img.site-surveylist-logo {
max-width: 35%;
display: block;
margin: 15px auto;
}
/*#outerframeContainer {
height: 100%;
}*/
Expand Down
4 changes: 3 additions & 1 deletion templates/ubuntu_orange/views/surveylist.pstpl
Expand Up @@ -3,7 +3,9 @@

<div class="row" id="surveys-list-container">
<div class="jumbotron" id="surveys-list-jumbotron">
{SITELOGO}
<p class="text-center">
{SITELOGO}
</p>
<p class="">
{SITENAME}
</p>
Expand Down

0 comments on commit e5df137

Please sign in to comment.