Improve poll feedback

This commit is contained in:
calzoneman 2013-09-21 00:25:00 -05:00
parent 4517741455
commit 25d225ec97
3 changed files with 26 additions and 8 deletions

View file

@ -247,10 +247,23 @@ body {
font-size: 14pt;
}
.option {
margin-top: 3px;
}
.option button {
margin-right: 15px;
}
.option-selected {
font-weight: bold;
}
.option-selected button{
border-width: 3px!important;
margin-right: 10px;
}
.nick-highlight {
background-color: #ddffdd;
}