color: #434;
}
input, textarea {
- margin: 5px;
font-family: sans-serif;
font-size: 1em;
}
border-radius: 5px;
padding: 5px;
font-weight: bold;
+ margin: 10px 0px;
}
input[disabled] {
background: none;
}
li {
margin: 10px 0px;
- line-height: 1em;
+ line-height: 1.1em;
+ }
+ hr {
+ border: none;
+ border-top: 1px solid #cca;
}
</style>
Give your favorite option 5 points, second favorite 4 points, etc.
Or give them all 5 points if you really can't decide.
</p>
+
+ <hr>
<form method="post">
<input name="qid" type="hidden" value="<?= $qid ?>">
<ul>
</ul>
<input type="submit" value="Cast Vote!">
</form>
+
+ <hr>
<br><a href="<?= poll_url($qid, "results") ?>">Show Results</a>
<br><br><a href="/">New Poll</a>