]> git.plutz.net Git - webpoll/commitdiff
improved calendar proportions
authorPaul Hänsch <paul@plutz.net>
Sun, 25 Jul 2021 20:15:52 +0000 (22:15 +0200)
committerPaul Hänsch <paul@plutz.net>
Sun, 25 Jul 2021 20:15:52 +0000 (22:15 +0200)
widgets.css

index 594e115c8ad49165738624cc1aab11c75216b68d..b0244fb34581d844e7cf7009cf46453117d41526 100644 (file)
@@ -4,25 +4,30 @@ table.calendar {
   vertical-align: top;
 }
 table.calendar td {
-  border: 1pt solid;
+  border: .5pt solid;
 }
 
 table.calendar thead tr.monthname {
   border-style: solid;
-  border-width: 1pt 1pt 1pt 1pt;
+  border-width: .5pt .5pt .5pt .5pt;
+  line-height: 1.5em;
+  font-size: 1.125em;
+}
+table.calendar thead tr.weekday {
+  line-height: 1.5em;
 }
 table.calendar thead tr.weekday th:first-of-type {
   border-style: solid;
-  border-width: 0pt 0pt 0pt 1pt;
+  border-width: 0pt 0pt 0pt .5pt;
 }
 table.calendar thead tr.weekday th:last-child {
-  border-right: 1pt solid;
+  border-right: .5pt solid;
 }
 table.calendar tbody tr th {
-  border-left: 1pt solid #000;
+  border-left: .5pt solid #000;
 }
 table.calendar tbody tr:last-child th {
-  border-bottom: 1pt solid #000;
+  border-bottom: .5pt solid #000;
 }
 
 table.calendar tbody tr th.weekno {