From 8d2a6a0877b195c68fd4c67a66962cd68603ddf6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jordan=20Aug=C3=A9?= Date: Fri, 7 Mar 2014 14:15:20 +0100 Subject: [PATCH] Top Menu: text of the link padding top to keep it centered --- Makefile | 2 +- portal/static/css/onelab.css | 1 + .../{contact-support-email.txt => contact_support_email.html} | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename portal/templates/{contact-support-email.txt => contact_support_email.html} (100%) diff --git a/Makefile b/Makefile index 34a9b0f9..69725db5 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ list-templates: plugins-templates local-templates #################### manage templates for the plugin area templates: force @mkdir -p templates - ln -sf $(foreach x,$(shell $(MAKE-SILENT) list-templates),../$(x)) ./templates + ln -sf $(foreach x,$(shell $(MAKE-SILENT) list-templates),"../$(x)") ./templates clean-templates templates-clean: force rm -rf ./templates diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index da7718c8..114e7354 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -132,6 +132,7 @@ div#navigation li:last-child { div#navigation li.active { padding:5px; + padding-top: 15px; min-height: 40px; margin-top: 0px; background-color:gray; diff --git a/portal/templates/contact-support-email.txt b/portal/templates/contact_support_email.html similarity index 100% rename from portal/templates/contact-support-email.txt rename to portal/templates/contact_support_email.html -- 2.47.0