web-ballot.pl: CSS ballot width 15em -> 20em

This commit is contained in:
Petr Baudis 2014-10-08 23:03:20 +02:00
parent a6101aa02a
commit 1f8665df3f

View file

@ -30,7 +30,7 @@ print <<EOT;
<title>brmelect Web Ballot</title>
<style type="text/css">
p, li { font-family: monospace; }
#ballot { margin-left: auto; margin-right: auto; border: 1pt solid; width: 15em; padding: 1ex 1em; }
#ballot { margin-left: auto; margin-right: auto; border: 1pt solid; width: 20em; padding: 1ex 1em; }
.error { text-width: bold; color: red }
</style>
</head>