2a06261f75
This adds a composer.json for all dependencies that are available
21 lines
259 B
CSS
21 lines
259 B
CSS
/* Poll specific styles */
|
|
|
|
.poll-block {
|
|
float: left;
|
|
height: 16px;
|
|
background: #8aa;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.poll-winner {
|
|
background: #4af;
|
|
}
|
|
|
|
.notice div.poll-content {
|
|
opacity: 1;
|
|
}
|
|
|
|
#poll-response-submit {
|
|
min-width: 100px;
|
|
}
|