]> git.plutz.net Git - webpoll/blobdiff - widgets.css
formset for separate times
[webpoll] / widgets.css
index 6763d4004ace8d15be0e789bf01d75396f6f382c..594e115c8ad49165738624cc1aab11c75216b68d 100644 (file)
@@ -1,6 +1,5 @@
 table.calendar {
   display: inline-block;
-  -border: 1pt solid;
   border-collapse: collapse;
   vertical-align: top;
 }
@@ -34,17 +33,24 @@ table.calendar tbody tr th.weekno {
   color: #888;
 }
 
-table.calendar input[type=radio] {
+table.calendar input[type=radio],
+table.calendar input[type=checkbox] {
   display: none;
 }
-table.calendar td input + label {
+table.calendar td label,
+table.calendar td button {
   display: inline-block;
   width: 2em;
   margin: 0; padding: .25em;
   text-align: right;
   line-height: 1em;
+  box-shadow: none;
+  border-radius: 0;
+  border: none;
 }
-table.calendar td input:checked + label {
+table.calendar td input:checked + label,
+table.calendar td label[checked],
+table.calendar td button[name$=_remove] {
   font-weight: bold;
   line-height: .75em;
   border: .125em solid;