Top Menu: text of the link padding top to keep it centered
authorJordan Augé <jordan.auge@lip6.fr>
Fri, 7 Mar 2014 13:15:20 +0000 (14:15 +0100)
committerJordan Augé <jordan.auge@lip6.fr>
Fri, 7 Mar 2014 13:15:20 +0000 (14:15 +0100)
Makefile
portal/static/css/onelab.css
portal/templates/contact_support_email.html [moved from portal/templates/contact-support-email.txt with 100% similarity]

index 34a9b0f..69725db 100644 (file)
--- 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
index da7718c..114e735 100644 (file)
@@ -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;