From bee301f37506c4be76cfde550ff9b958a8c9e6a5 Mon Sep 17 00:00:00 2001 From: David Vandorpe Date: Wed, 26 Aug 2015 02:01:16 +0200 Subject: [PATCH 1/3] Fix: put bounty button going out of table Fixes #50 --- app/assets/stylesheets/bounties.css.scss | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/bounties.css.scss b/app/assets/stylesheets/bounties.css.scss index 38273ee..f797942 100644 --- a/app/assets/stylesheets/bounties.css.scss +++ b/app/assets/stylesheets/bounties.css.scss @@ -15,14 +15,25 @@ // 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) { + display: block; + #bounty_absolute_value { + float: none; + } + .new_bounty > span { + display: inline; + } + } + } } td { overflow: hidden; From f5a37dfa47d9583080606cc33d927acc8b08a0a5 Mon Sep 17 00:00:00 2001 From: David Vandorpe Date: Wed, 26 Aug 2015 02:07:08 +0200 Subject: [PATCH 2/3] Removed redundant CSS declarations As it turns out, these 2 weren't necessary --- app/assets/stylesheets/bounties.css.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/bounties.css.scss b/app/assets/stylesheets/bounties.css.scss index f797942..c5cc24a 100644 --- a/app/assets/stylesheets/bounties.css.scss +++ b/app/assets/stylesheets/bounties.css.scss @@ -25,10 +25,6 @@ .input-group { @media screen and (min-width: 768px) { - display: block; - #bounty_absolute_value { - float: none; - } .new_bounty > span { display: inline; } From 8f6f6aa50933600535f4fa65a34aa0f4e7d0784c Mon Sep 17 00:00:00 2001 From: David Vandorpe Date: Wed, 26 Aug 2015 20:20:55 +0200 Subject: [PATCH 3/3] I dun goofed Op hoop van zege --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index c37e938..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',