]> git.plutz.net Git - webpoll/blob - widgets.css
formset for separate times
[webpoll] / widgets.css
1 table.calendar {
2   display: inline-block;
3   border-collapse: collapse;
4   vertical-align: top;
5 }
6 table.calendar td {
7   border: 1pt solid;
8 }
9
10 table.calendar thead tr.monthname {
11   border-style: solid;
12   border-width: 1pt 1pt 1pt 1pt;
13 }
14 table.calendar thead tr.weekday th:first-of-type {
15   border-style: solid;
16   border-width: 0pt 0pt 0pt 1pt;
17 }
18 table.calendar thead tr.weekday th:last-child {
19   border-right: 1pt solid;
20 }
21 table.calendar tbody tr th {
22   border-left: 1pt solid #000;
23 }
24 table.calendar tbody tr:last-child th {
25   border-bottom: 1pt solid #000;
26 }
27
28 table.calendar tbody tr th.weekno {
29   width: 2em;
30   padding: 0 .25em;
31   text-align: right;
32   font-weight: normal;
33   color: #888;
34 }
35
36 table.calendar input[type=radio],
37 table.calendar input[type=checkbox] {
38   display: none;
39 }
40 table.calendar td label,
41 table.calendar td button {
42   display: inline-block;
43   width: 2em;
44   margin: 0; padding: .25em;
45   text-align: right;
46   line-height: 1em;
47   box-shadow: none;
48   border-radius: 0;
49   border: none;
50 }
51 table.calendar td input:checked + label,
52 table.calendar td label[checked],
53 table.calendar td button[name$=_remove] {
54   font-weight: bold;
55   line-height: .75em;
56   border: .125em solid;
57 }