Make selectboxes a little wider

This commit is contained in:
Nathan Gray 2012-12-03 18:14:26 +00:00
parent 5e85a8d3bf
commit 7975aa345b

View File

@ -1,6 +1,9 @@
<center style="color: red; font-style: italic">{messages}</center>
<style>
select {
min-width: 120px;
}
select[multiple] {
min-width: 50%;
}