Moved Poll CSS into the plugin directory
This commit is contained in:
parent
9a19588ac9
commit
c99d4eddb1
|
@ -77,7 +77,7 @@ class PollPlugin extends MicroAppPlugin
|
|||
*/
|
||||
function onEndShowStyles($action)
|
||||
{
|
||||
$action->cssLink($this->path('poll.css'));
|
||||
$action->cssLink($this->path('css/poll.css'));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* Poll specific styles */
|
||||
|
||||
.poll-block {
|
||||
float: left;
|
||||
height: 16px;
|
||||
|
@ -8,3 +10,11 @@
|
|||
.poll-winner {
|
||||
background: #4af;
|
||||
}
|
||||
|
||||
.notice div.poll-content {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#poll-response-submit {
|
||||
min-width: 100px;
|
||||
}
|
|
@ -1103,16 +1103,6 @@ td.entity_profile {
|
|||
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
/* Poll specific styles */
|
||||
|
||||
.notice div.poll-content {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#poll-response-submit {
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
/* SNOD CompanyLogo styling */
|
||||
/* TODO move to plugin */
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user