X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=widgets.css;h=594e115c8ad49165738624cc1aab11c75216b68d;hb=447f5c44138c7c71f4ec93068eccc07b3124066b;hp=245597c65fe8c1219065796702f11fb444a6e2f6;hpb=af2bd954840f47026ffe47752f513cb71a40281b;p=webpoll diff --git a/widgets.css b/widgets.css index 245597c..594e115 100644 --- a/widgets.css +++ b/widgets.css @@ -1,6 +1,5 @@ table.calendar { display: inline-block; - -border: 1pt solid; border-collapse: collapse; vertical-align: top; } @@ -38,15 +37,20 @@ table.calendar input[type=radio], table.calendar input[type=checkbox] { display: none; } -table.calendar td 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 label[checked] { +table.calendar td label[checked], +table.calendar td button[name$=_remove] { font-weight: bold; line-height: .75em; border: .125em solid;