From: Jordan Augé Date: Fri, 7 Mar 2014 13:15:20 +0000 (+0100) Subject: Top Menu: text of the link padding top to keep it centered X-Git-Tag: myslice-1.1~214 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8d2a6a0877b195c68fd4c67a66962cd68603ddf6;p=myslice.git Top Menu: text of the link padding top to keep it centered --- 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