From: Mikael Nordfeldth Date: Tue, 3 Jun 2014 09:38:40 +0000 (+0200) Subject: Moved Poll CSS into the plugin directory X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c99d4eddb15d3ebbb7d8b0eee651a1a3d62c1ed6;p=quix0rs-gnu-social.git Moved Poll CSS into the plugin directory --- diff --git a/plugins/Poll/PollPlugin.php b/plugins/Poll/PollPlugin.php index e87e81c2e3..76f46171cc 100644 --- a/plugins/Poll/PollPlugin.php +++ b/plugins/Poll/PollPlugin.php @@ -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; } diff --git a/plugins/Poll/css/poll.css b/plugins/Poll/css/poll.css new file mode 100644 index 0000000000..975a52f88c --- /dev/null +++ b/plugins/Poll/css/poll.css @@ -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; +} diff --git a/plugins/Poll/poll.css b/plugins/Poll/poll.css deleted file mode 100644 index 5ba9c1588f..0000000000 --- a/plugins/Poll/poll.css +++ /dev/null @@ -1,10 +0,0 @@ -.poll-block { - float: left; - height: 16px; - background: #8aa; - margin-right: 8px; -} - -.poll-winner { - background: #4af; -} diff --git a/theme/neo/css/display.css b/theme/neo/css/display.css index e40f5f85c6..f16d6aab57 100644 --- a/theme/neo/css/display.css +++ b/theme/neo/css/display.css @@ -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 */