X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=webpoll.css;h=b89bc45c17bb4d599e95f1bb09ffd6c5ada265a2;hb=5238c404a50861cf1dbbe610d2c4977c048d3b12;hp=cfc363be9808115da33df6b412c45539b6fddc82;hpb=3c7b5befba1f381f44abb8a4a6637652842361b4;p=webpoll diff --git a/webpoll.css b/webpoll.css index cfc363b..b89bc45 100644 --- a/webpoll.css +++ b/webpoll.css @@ -37,7 +37,6 @@ body.poll table { background-color: rgba(255,255,255,.5); border-collapse: collapse; margin: auto; - -border: .5pt solid; box-shadow: #000 .25em .25em .5em; border-radius: 2pt; } @@ -53,6 +52,7 @@ body.poll table tbody tr td { text-align: center; border: .5pt solid; padding: 0 .25em; + background-clip: padding-box; } body.poll table tbody tr td:first-child, body.poll table tbody tr td:last-child, @@ -63,6 +63,13 @@ body.poll table tbody tr th.name { padding: .25em .5em; text-align: right; } body.poll table tbody tr td.yes { background-color: #AFA; } body.poll table tbody tr td.no { background-color: #FAA; } body.poll table tbody tr td.maybe { background-color: #FFA; } +body.poll table tbody tr td.edit { text-align: left; font-size: .875em; } + +body.poll table tbody tr.votecount td { padding: .375em .25em;} +body.poll table tbody tr th.name button[name=delete] { font-size: .625em; line-height: 1.5em; background-color: #FAA; } + +body.poll table tbody tr.new td:first-child { text-align: right; } +body.poll table tbody tr.new td input[name=name] { min-width: 100%; width: 4em; } body.poll table td input[type=radio] { display: none; } body.poll table td input[type=radio] + label {