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

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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 */