diff --git a/jm2l/__init__.py b/jm2l/__init__.py index fbe0db6..2e00cf3 100644 --- a/jm2l/__init__.py +++ b/jm2l/__init__.py @@ -41,6 +41,7 @@ def main(global_config, **settings): config.add_static_view('js', 'static/js', cache_max_age=3600) config.add_static_view('vendor', 'static/vendor', cache_max_age=3600) config.add_static_view('upload', 'upload', cache_max_age=3600) + config.add_static_view('resources', 'resources', cache_max_age=3600) # ICal Routes config.add_route('progr_iCal', '/{year:\d+}/JM2L.ics') diff --git a/jm2l/static/css/jm2l.css b/jm2l/static/css/jm2l.css index bea0209..e47fa75 100644 --- a/jm2l/static/css/jm2l.css +++ b/jm2l/static/css/jm2l.css @@ -2,6 +2,14 @@ a { cursor: pointer; } +.shadow { + text-shadow: 2px 2px 3px gray; +} + +.lowshadow { + text-shadow: 1px 1px 3px gray; +} + .pagecontent { padding: 0 50px; } diff --git a/jm2l/templates/Interventions/Interventions.mako b/jm2l/templates/Interventions/Interventions.mako index 07fccad..d796ad2 100644 --- a/jm2l/templates/Interventions/Interventions.mako +++ b/jm2l/templates/Interventions/Interventions.mako @@ -63,7 +63,7 @@ elif Type=='T': CurLink = "Ma_Table_Ronde" %>