From 9acb6cf49368d0beb6e09ab2e8bbc5af258052fd Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 24 Sep 2015 14:37:17 +0200 Subject: [PATCH] fix auto collecstatic, nav style --- app/deploy/start_app.sh | 2 +- app/records/static/css/dig2.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/deploy/start_app.sh b/app/deploy/start_app.sh index 76303bd..1606dfb 100644 --- a/app/deploy/start_app.sh +++ b/app/deploy/start_app.sh @@ -17,7 +17,7 @@ python $manage collectstatic --noinput # static files auto update watchmedo shell-command --patterns="*.js;*.css" --recursive \ - --command='python '$manage' collectstatic --noinput' $static & + --command='python '$manage' collectstatic --noinput' $sandbox & # app start uwsgi --socket :8000 --wsgi-file $wsgi --chdir $sandbox --master --processes 4 --threads 2 --py-autoreload 3 diff --git a/app/records/static/css/dig2.css b/app/records/static/css/dig2.css index c59f60e..a649de9 100644 --- a/app/records/static/css/dig2.css +++ b/app/records/static/css/dig2.css @@ -46,7 +46,7 @@ hr { } .navbar-collapse { - margin-top: 50px; + margin-top: 60px; } #logo { -- 2.39.5