From 666f89300ab382f09100439137d25e06a517066b Mon Sep 17 00:00:00 2001 From: "Carney, Sarah A" Date: Mon, 5 Jun 2017 11:20:51 -0500 Subject: [PATCH 1/3] INTERIM-76 Remove padding on tr Extra padding on these tr elements looked off when some views tables went responsive. --- css/suitcase.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/suitcase.css b/css/suitcase.css index a53e138..f226e65 100644 --- a/css/suitcase.css +++ b/css/suitcase.css @@ -307,6 +307,12 @@ ol, /* -------------------- */ /* Tables */ +tr.even, +tr.odd { + /* Overrides system.theme */ + padding: inherit; +} + .content table { margin-top: 1.5rem; margin-bottom: 1.5rem; From 1def8987070baff39e179c69f79b235147b910fe Mon Sep 17 00:00:00 2001 From: Angela McMahon Date: Fri, 16 Jun 2017 14:40:41 -0500 Subject: [PATCH 2/3] INTERIM-82 Fixed flexbox in IE11 --- css/suitcase.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/suitcase.css b/css/suitcase.css index f226e65..f397cb6 100644 --- a/css/suitcase.css +++ b/css/suitcase.css @@ -835,19 +835,19 @@ input[type=submit].form-submit { .luggage-gridrow, .luggage-gridrow3, .luggage-gridrow4 { - flex-basis: 48.6%; + flex-basis: calc(50% - 51px); min-width: 48.6%; } } @media only screen and (min-width: 1024px) { .luggage-gridrow3 { - flex-basis: 31.3%; + flex-basis: calc(33% - 51px); min-width: 31.3%; } .luggage-gridrow4 { - flex-basis: 23.5%; + flex-basis: calc(25% - 51px); min-width: 23.5%; } From 76d63402f012afea820b19411117556e7eb02bc7 Mon Sep 17 00:00:00 2001 From: Angela McMahon Date: Tue, 11 Jul 2017 16:53:54 -0500 Subject: [PATCH 3/3] INTERIM-93 Update footer block with correct url --- templates/default_region_content_blocks/footer_fourth.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default_region_content_blocks/footer_fourth.tpl.php b/templates/default_region_content_blocks/footer_fourth.tpl.php index 6b95fbc..7575b0b 100644 --- a/templates/default_region_content_blocks/footer_fourth.tpl.php +++ b/templates/default_region_content_blocks/footer_fourth.tpl.php @@ -7,6 +7,6 @@ Privacy Policy
  • - Digital Access & Accessibility + Digital Access & Accessibility