From 99c231233bc3b427075616a7b4ec854a235575dd Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Fri, 1 Apr 2016 21:31:42 +0200 Subject: [PATCH] Reset static root to what it was (in json) --- SciPost_v1/settings.py | 2 +- static/scipost/SciPost.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/SciPost_v1/settings.py b/SciPost_v1/settings.py index b11eafcb4..34fe4a198 100644 --- a/SciPost_v1/settings.py +++ b/SciPost_v1/settings.py @@ -142,7 +142,7 @@ USE_TZ = True # https://docs.djangoproject.com/en/1.8/howto/static-files/ STATIC_URL = host_settings["STATIC_URL"] -STATIC_ROOT = os.path.join(BASE_DIR, "static") +STATIC_ROOT = host_settings["STATIC_ROOT"] # Email EMAIL_BACKEND = host_settings["EMAIL_BACKEND"] diff --git a/static/scipost/SciPost.css b/static/scipost/SciPost.css index fc956d5a4..c70948aba 100644 --- a/static/scipost/SciPost.css +++ b/static/scipost/SciPost.css @@ -173,6 +173,10 @@ hr.hr12 { .tableofInvitees td { padding: 0px 4px; } +.tableofInviteesResponded td { + background-color: #f0f0f0; + padding: 0px 4px; +} body { /* font-family: Merriweather, sans-serif; */ -- GitLab