[minor] [website] footer fixes
This commit is contained in:
parent
6c29492652
commit
79c4d7c662
@ -1,15 +1,18 @@
|
|||||||
{% extends "lib/website/templates/includes/footer.html" %}
|
{% extends "lib/website/templates/includes/footer.html" %}
|
||||||
|
|
||||||
{% block powered %}<small><a href="http://erpnext.org" class="text-muted">ERPNext Powered</a></small>{% endblock %}
|
{% block powered %}<a href="http://erpnext.org" style="color: #aaa;">ERPNext Powered</a>{% endblock %}
|
||||||
|
|
||||||
{% block extension %}
|
{% block extension %}
|
||||||
<div class="input-group col-md-6 col-md-offset-3" style="margin-top: 15px;">
|
<div class="container">
|
||||||
<input class="form-control" type="text" id="footer-subscribe-email" placeholder="Your email address...">
|
<div class="row">
|
||||||
<span class="input-group-btn">
|
<div class="input-group col-sm-6 col-sm-offset-3" style="margin-top: 7px;">
|
||||||
<button class="btn btn-default" type="button" id="footer-subscribe-button">Stay Updated</button>
|
<input class="form-control" type="text" id="footer-subscribe-email" placeholder="Your email address...">
|
||||||
</span>
|
<span class="input-group-btn">
|
||||||
|
<button class="btn btn-default" type="button" id="footer-subscribe-button">Stay Updated</button>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
|
||||||
<script>
|
<script>
|
||||||
$("#footer-subscribe-button").click(function() {
|
$("#footer-subscribe-button").click(function() {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user