Moved Poll CSS into the plugin directory

This commit is contained in:
Mikael Nordfeldth
2014-06-03 11:38:40 +02:00
parent 9a19588ac9
commit c99d4eddb1
3 changed files with 11 additions and 11 deletions

20
plugins/Poll/css/poll.css Normal file
View File

@@ -0,0 +1,20 @@
/* 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;
}