From edf4fcb52269e3863a67660f5986df078ebec2d4 Mon Sep 17 00:00:00 2001 From: pratu16x7 Date: Sat, 5 Nov 2016 15:48:50 +0530 Subject: [PATCH] Reorganise footer links --- frappe/public/css/website.css | 3 +++ frappe/public/less/website.less | 4 ++++ frappe/templates/includes/footer/footer.html | 8 +++----- frappe/templates/includes/footer/footer_items.html | 2 ++ 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/frappe/public/css/website.css b/frappe/public/css/website.css index e1b9b35f1e..2d709e8d40 100644 --- a/frappe/public/css/website.css +++ b/frappe/public/css/website.css @@ -827,6 +827,9 @@ a.active { .content-header { padding-bottom: 20px; } +.footer-group { + margin-bottom: 28px; +} .footer-group-label { display: inline-block; font-size: 11px; diff --git a/frappe/public/less/website.less b/frappe/public/less/website.less index 8bdeafa350..e4eb52769d 100644 --- a/frappe/public/less/website.less +++ b/frappe/public/less/website.less @@ -554,6 +554,10 @@ a.active { padding-bottom:20px; } +.footer-group { + margin-bottom: 28px; +} + .footer-group-label { display:inline-block; font-size: 11px; diff --git a/frappe/templates/includes/footer/footer.html b/frappe/templates/includes/footer/footer.html index ad4d0cdef3..b6a6c80bd5 100644 --- a/frappe/templates/includes/footer/footer.html +++ b/frappe/templates/includes/footer/footer.html @@ -5,11 +5,9 @@
{% if footer_items -%} -
- -
+ {% endif %}
diff --git a/frappe/templates/includes/footer/footer_items.html b/frappe/templates/includes/footer/footer_items.html index ff23e68610..bd726395a2 100644 --- a/frappe/templates/includes/footer/footer_items.html +++ b/frappe/templates/includes/footer/footer_items.html @@ -1,4 +1,5 @@ {% for page in footer_items %} + {% endfor %}