FIX: poll design on mobile

This commit is contained in:
Régis Hanol
2015-05-07 19:49:06 +02:00
parent c1bb7bc7cc
commit 875a013ec7
6 changed files with 65 additions and 40 deletions

View File

@ -4,7 +4,10 @@
# authors: Vikhyat Korrapati (vikhyat), Régis Hanol (zogstrip)
# url: https://github.com/discourse/discourse/tree/master/plugins/poll
register_asset "stylesheets/poll.scss"
register_asset "stylesheets/common/poll.scss"
register_asset "stylesheets/desktop/poll.scss", :desktop
register_asset "stylesheets/mobile/poll.scss", :mobile
register_asset "javascripts/poll_dialect.js", :server_side
PLUGIN_NAME ||= "discourse_poll".freeze