From 34cb672a8db1e197f58064f3e72c509ac4b259d5 Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 10 Jul 2014 12:21:54 +1000 Subject: [PATCH] Adjust column layouts / responsive breakpoints for filter systems --- .../javascripts/templates/shipping_type_selector.html.haml | 2 +- app/assets/javascripts/templates/taxon_selector.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/templates/shipping_type_selector.html.haml b/app/assets/javascripts/templates/shipping_type_selector.html.haml index ee01002669..cdbe702f32 100644 --- a/app/assets/javascripts/templates/shipping_type_selector.html.haml +++ b/app/assets/javascripts/templates/shipping_type_selector.html.haml @@ -1,4 +1,4 @@ -%ul.small-block-grid-4 +%ul.small-block-grid-2.large-block-grid-1 %active-selector{"ng-repeat" => "(name, selector) in selectors"} %i{"ng-class" => "selector.icon"} {{ name | capitalize }} diff --git a/app/assets/javascripts/templates/taxon_selector.html.haml b/app/assets/javascripts/templates/taxon_selector.html.haml index c8304bc6e6..dd40453e3f 100644 --- a/app/assets/javascripts/templates/taxon_selector.html.haml +++ b/app/assets/javascripts/templates/taxon_selector.html.haml @@ -1,4 +1,4 @@ -%ul.small-block-grid-2.large-block-grid-6 +%ul.small-block-grid-2.large-block-grid-5 %active-selector{"ng-repeat" => "selector in selectors()"} %render-svg{path: "{{selector.taxon.icon}}"} %span {{ selector.taxon.name }}