X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fcalendar.html;h=699caabdd05b687a262be37ea32ac1da7ca3c1bc;hb=83c31bdf2a1b2cd1f3beadee482feb91c64759f9;hp=46742624270f9c1c8b10a528c2af18d4f6a2cd32;hpb=2337eb37f27fdc60e3cb000052f00218d815c49f;p=plomtask diff --git a/templates/calendar.html b/templates/calendar.html index 4674262..699caab 100644 --- a/templates/calendar.html +++ b/templates/calendar.html @@ -8,15 +8,19 @@ tr.week_row td { background-color: black; padding: 0; margin: 0; + border-top: 0.2em solid white; } tr.month_row td { - border: 0.1em solid black; - text-align: center; + 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; @@ -31,6 +35,8 @@ td.today { {% block content %}

calendar

+

basic view

+
from to