Improve poll feedback
This commit is contained in:
parent
4517741455
commit
25d225ec97
3 changed files with 26 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue