X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=templates%2Fcalendar.html;h=11ac2a8816800eb0c11516610fe9e71eecda4027;hb=c5449a0b00f8865b1129ed56bdd16f1cc055bc87;hp=3acdbc6fc2205e67e0c4e514130e4e33ad292e66;hpb=af769db012fc0cf590b565c3368102b2f6099394;p=plomtask diff --git a/templates/calendar.html b/templates/calendar.html index 3acdbc6..11ac2a8 100644 --- a/templates/calendar.html +++ b/templates/calendar.html @@ -1,14 +1,78 @@ -{% extends 'base.html' %} +{% extends '_base.html' %} + + + +{% block css %} +tr.week_row td { + height: 0.3em; + background-color: black; + padding: 0; + margin: 0; + border-top: 0.2em solid white; +} +tr.month_row td { + border-top: 0.2em solid white; + color: white; + background-color: #555555; +} +table { + width: 100%; +} +tr.day_row td { + background-color: #cccccc; + border-top: 0.2em solid white; +} +td.day_name { + padding-right: 0.5em; +} +td.today { + font-weight: bold; +} +span.total_effort { + white-space: pre; +} +{% endblock %} + + {% block content %} +

calendar

+ +

basic view

+
-from -to +from +to
-