home · contact · privacy
Improve multiple template layouts and refactor CSS.
[plomtask] / templates / calendar.html
index 46742624270f9c1c8b10a528c2af18d4f6a2cd32..699caabdd05b687a262be37ea32ac1da7ca3c1bc 100644 (file)
@@ -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 %}
 <h3>calendar</h3>
 
+<p><a href="/calendar_txt">basic view</a></p>
+
 <form action="calendar" method="GET">
 from <input name="start" value="{{start}}" />
 to <input name="end" value="{{end}}" />