Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions static/assets/resources/css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@
#improve-slideout-inner {
bottom: 0;
}

.social {
margin-bottom: 44px;
}
}


Expand Down
1 change: 1 addition & 0 deletions static/assets/resources/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1756,6 +1756,7 @@ header {

.social iframe {
text-align: center;
width: 96px;
}

.form-user input {
Expand Down
8 changes: 4 additions & 4 deletions templates/footer.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-5 social text-center">
<div class="col-sm-3 col-xs-3">
<div class="col-sm-3 col-xs-6">
<div id="fb-root"></div>
<script type="text/javascript">(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
Expand All @@ -15,16 +15,16 @@
<div id="fb-root-face" class="fb-like" data-href="https://www.facebook.com/CakePHP/" data-layout="button_count" data-action="like" data-show-faces="true" data-share="false"></div>
</div>

<div class="col-sm-3 col-xs-3">
<div class="col-sm-3 col-xs-6">
<a href="https://twitter.com/CakePHP" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow @CakePHP</a>
<script type="text/javascript">!function(d,s,id) { var js, fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){ js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);} }(document, 'script', 'twitter-wjs');</script>
</div>

<div class="col-sm-3 col-xs-3">
<div class="col-sm-3 col-xs-6">
<iframe src="https://ghbtns.com/github-btn.html?user=cakephp&amp;repo=cakephp&amp;type=star&amp;count=true&amp;size=small" frameborder="0" scrolling="0" width="120px" height="30px"></iframe>
</div>

<div class="col-sm-3 col-xs-3">
<div class="col-sm-3 col-xs-6">
<iframe src="https://ghbtns.com/github-btn.html?user=cakephp&amp;repo=cakephp&amp;type=fork&amp;count=true&amp;size=small" frameborder="0" scrolling="0" width="120px" height="30px"></iframe>
</div>
</div>
Expand Down