diff --git a/app/assets/stylesheets/bounties.css.scss b/app/assets/stylesheets/bounties.css.scss index 38273ee..c5cc24a 100644 --- a/app/assets/stylesheets/bounties.css.scss +++ b/app/assets/stylesheets/bounties.css.scss @@ -15,14 +15,21 @@ // My bounty cell td:nth-child(4), th:nth-child(4) { text-align: center; - min-width: 9em; - padding-left: 0; + min-width: 10em; input { max-width: 4em; } input[type=submit] { min-width: 4em; } + + .input-group { + @media screen and (min-width: 768px) { + .new_bounty > span { + display: inline; + } + } + } } td { overflow: hidden; diff --git a/config/application.rb b/config/application.rb index 8c71012..4985682 100644 --- a/config/application.rb +++ b/config/application.rb @@ -26,7 +26,7 @@ class Application < Rails::Application config.organisation = 'ZeusWPI' config.repository_filters = { - # only: [ 'gamification', 'Haldis' ] + # only: [ 'gamification', 'Haldis' ], except: [ 'glowing-octo-dubstep', 'VPW-voorbereiding-2015',