forked from GNUsocial/gnu-social
[CORE][COMPOSER] Move extlib packages with immediate composer correspondent to composer dependencies
This adds a composer.json for all dependencies that are available
This commit is contained in:
20
public/plugins/Poll/css/poll.css
Normal file
20
public/plugins/Poll/css/poll.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user