2014-06-03 10:38:40 +01:00
|
|
|
/* Poll specific styles */
|
|
|
|
|
2011-03-09 00:04:32 +00:00
|
|
|
.poll-block {
|
|
|
|
float: left;
|
|
|
|
height: 16px;
|
|
|
|
background: #8aa;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.poll-winner {
|
|
|
|
background: #4af;
|
|
|
|
}
|
2014-06-03 10:38:40 +01:00
|
|
|
|
|
|
|
.notice div.poll-content {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poll-response-submit {
|
|
|
|
min-width: 100px;
|
|
|
|
}
|