From 4783879bbfc7a1e52e5b81f4a72b2ff4ac60ce08 Mon Sep 17 00:00:00 2001 From: briandunnigan Date: Thu, 3 Mar 2016 12:16:34 -0500 Subject: [PATCH] Adding mobile responsive table support to UC People --- css/sherman-black.css | 6 ++++++ css/sherman-blue.css | 6 ++++++ css/sherman-brightyellow.css | 6 ++++++ css/sherman-green.css | 6 ++++++ css/sherman-grey.css | 6 ++++++ css/sherman-hotpink.css | 6 ++++++ css/sherman-huntergreen.css | 6 ++++++ css/sherman-lavender.css | 6 ++++++ css/sherman-orange.css | 6 ++++++ css/sherman-pink.css | 6 ++++++ css/sherman-purple.css | 6 ++++++ css/sherman-red.css | 6 ++++++ css/sherman-redorange.css | 6 ++++++ css/sherman-skyblue.css | 6 ++++++ css/sherman-teal.css | 6 ++++++ css/sherman-yellow.css | 6 ++++++ sass/_sherman-common.scss | 2 +- 17 files changed, 97 insertions(+), 1 deletion(-) diff --git a/css/sherman-black.css b/css/sherman-black.css index 0c6fa9b..d56da37 100644 --- a/css/sherman-black.css +++ b/css/sherman-black.css @@ -9856,6 +9856,12 @@ q:before, table q:after { */ } +@media (max-width: 767px) { + .uc-people table img { + max-width: none; + } +} + /* - - - - - - - - - - - - - - - - - - - == Calendar - - - - - - - - - - - - - - - - - - - */ diff --git a/css/sherman-blue.css b/css/sherman-blue.css index bc7beea..c2f1f02 100644 --- a/css/sherman-blue.css +++ b/css/sherman-blue.css @@ -9856,6 +9856,12 @@ q:before, table q:after { */ } +@media (max-width: 767px) { + .uc-people table img { + max-width: none; + } +} + /* - - - - - - - - - - - - - - - - - - - == Calendar - - - - - - - - - - - - - - - - - - - */ diff --git a/css/sherman-brightyellow.css b/css/sherman-brightyellow.css index 7f40b4c..8c039d7 100644 --- a/css/sherman-brightyellow.css +++ b/css/sherman-brightyellow.css @@ -9856,6 +9856,12 @@ q:before, table q:after { */ } +@media (max-width: 767px) { + .uc-people table img { + max-width: none; + } +} + /* - - - - - - - - - - - - - - - - - - - == Calendar - - - - - - - - - - - - - - - - - - - */ diff --git a/css/sherman-green.css b/css/sherman-green.css index 5d71c73..e248e32 100644 --- a/css/sherman-green.css +++ b/css/sherman-green.css @@ -9856,6 +9856,12 @@ q:before, table q:after { */ } +@media (max-width: 767px) { + .uc-people table img { + max-width: none; + } +} + /* - - - - - - - - - - - - - - - - - - - == Calendar - - - - - - - - - - - - - - - - - - - */ diff --git a/css/sherman-grey.css b/css/sherman-grey.css index a3008eb..59d6508 100644 --- a/css/sherman-grey.css +++ b/css/sherman-grey.css @@ -9865,6 +9865,12 @@ q:before, table q:after { */ } +@media (max-width: 767px) { + .uc-people table img { + max-width: none; + } +} + /* - - - - - - - - - - - - - - - - - - - == Calendar - - - - - - - - - - - - - - - - - - - */ diff --git a/css/sherman-hotpink.css b/css/sherman-hotpink.css index 57455fb..404f595 100644 --- a/css/sherman-hotpink.css +++ b/css/sherman-hotpink.css @@ -9856,6 +9856,12 @@ q:before, table q:after { */ } +@media (max-width: 767px) { + .uc-people table img { + max-width: none; + } +} + /* - - - - - - - - - - - - - - - - - - - == Calendar - - - - - - - - - - - - - - - - - - - */ diff --git a/css/sherman-huntergreen.css b/css/sherman-huntergreen.css index ad69081..2c59845 100644 --- a/css/sherman-huntergreen.css +++ b/css/sherman-huntergreen.css @@ -9856,6 +9856,12 @@ q:before, table q:after { */ } +@media (max-width: 767px) { + .uc-people table img { + max-width: none; + } +} + /* - - - - - - - - - - - - - - - - - - - == Calendar - - - - - - - - - - - - - - - - - - - */ diff --git a/css/sherman-lavender.css b/css/sherman-lavender.css index 20967f8..6bb36ed 100644 --- a/css/sherman-lavender.css +++ b/css/sherman-lavender.css @@ -9856,6 +9856,12 @@ q:before, table q:after { */ } +@media (max-width: 767px) { + .uc-people table img { + max-width: none; + } +} + /* - - - - - - - - - - - - - - - - - - - == Calendar - - - - - - - - - - - - - - - - - - - */ diff --git a/css/sherman-orange.css b/css/sherman-orange.css index d707c33..5a1217c 100644 --- a/css/sherman-orange.css +++ b/css/sherman-orange.css @@ -9856,6 +9856,12 @@ q:before, table q:after { */ } +@media (max-width: 767px) { + .uc-people table img { + max-width: none; + } +} + /* - - - - - - - - - - - - - - - - - - - == Calendar - - - - - - - - - - - - - - - - - - - */ diff --git a/css/sherman-pink.css b/css/sherman-pink.css index 82cacf1..13213eb 100644 --- a/css/sherman-pink.css +++ b/css/sherman-pink.css @@ -9856,6 +9856,12 @@ q:before, table q:after { */ } +@media (max-width: 767px) { + .uc-people table img { + max-width: none; + } +} + /* - - - - - - - - - - - - - - - - - - - == Calendar - - - - - - - - - - - - - - - - - - - */ diff --git a/css/sherman-purple.css b/css/sherman-purple.css index 4698869..416cb63 100644 --- a/css/sherman-purple.css +++ b/css/sherman-purple.css @@ -9856,6 +9856,12 @@ q:before, table q:after { */ } +@media (max-width: 767px) { + .uc-people table img { + max-width: none; + } +} + /* - - - - - - - - - - - - - - - - - - - == Calendar - - - - - - - - - - - - - - - - - - - */ diff --git a/css/sherman-red.css b/css/sherman-red.css index b5c5bd0..8687d6e 100644 --- a/css/sherman-red.css +++ b/css/sherman-red.css @@ -9856,6 +9856,12 @@ q:before, table q:after { */ } +@media (max-width: 767px) { + .uc-people table img { + max-width: none; + } +} + /* - - - - - - - - - - - - - - - - - - - == Calendar - - - - - - - - - - - - - - - - - - - */ diff --git a/css/sherman-redorange.css b/css/sherman-redorange.css index 8122c00..cf1a7ec 100644 --- a/css/sherman-redorange.css +++ b/css/sherman-redorange.css @@ -9856,6 +9856,12 @@ q:before, table q:after { */ } +@media (max-width: 767px) { + .uc-people table img { + max-width: none; + } +} + /* - - - - - - - - - - - - - - - - - - - == Calendar - - - - - - - - - - - - - - - - - - - */ diff --git a/css/sherman-skyblue.css b/css/sherman-skyblue.css index 5242488..f8398fd 100644 --- a/css/sherman-skyblue.css +++ b/css/sherman-skyblue.css @@ -9856,6 +9856,12 @@ q:before, table q:after { */ } +@media (max-width: 767px) { + .uc-people table img { + max-width: none; + } +} + /* - - - - - - - - - - - - - - - - - - - == Calendar - - - - - - - - - - - - - - - - - - - */ diff --git a/css/sherman-teal.css b/css/sherman-teal.css index de349fe..1ccee01 100644 --- a/css/sherman-teal.css +++ b/css/sherman-teal.css @@ -9856,6 +9856,12 @@ q:before, table q:after { */ } +@media (max-width: 767px) { + .uc-people table img { + max-width: none; + } +} + /* - - - - - - - - - - - - - - - - - - - == Calendar - - - - - - - - - - - - - - - - - - - */ diff --git a/css/sherman-yellow.css b/css/sherman-yellow.css index b0cabaf..2c819c9 100644 --- a/css/sherman-yellow.css +++ b/css/sherman-yellow.css @@ -9856,6 +9856,12 @@ q:before, table q:after { */ } +@media (max-width: 767px) { + .uc-people table img { + max-width: none; + } +} + /* - - - - - - - - - - - - - - - - - - - == Calendar - - - - - - - - - - - - - - - - - - - */ diff --git a/sass/_sherman-common.scss b/sass/_sherman-common.scss index 5bf6f38..c008035 100644 --- a/sass/_sherman-common.scss +++ b/sass/_sherman-common.scss @@ -744,7 +744,7 @@ body.home { ==================================== */ -#page-blank { +#page-blank { .uc-cal { .uc-cal-event-month { padding-bottom:0!important;