From 95b4f5662662dbe15881b6ae2d6193ea9842d863 Mon Sep 17 00:00:00 2001 From: briandunnigan Date: Fri, 11 Dec 2015 11:54:36 -0500 Subject: [PATCH] UC People Fix -Page headers -Table layouts --- sass/_content.scss | 56 +++++++++++++++++++++++++++++++++++++++++++++- sass/_widgets.scss | 3 +-- style.css | 48 ++++++++++++++++++++++++++++++++++----- 3 files changed, 99 insertions(+), 8 deletions(-) diff --git a/sass/_content.scss b/sass/_content.scss index 75dc228..057195d 100644 --- a/sass/_content.scss +++ b/sass/_content.scss @@ -171,4 +171,58 @@ a.btn { list-style-type: none; padding-bottom:10px; } -} \ No newline at end of file +} + +/*-------------------------------------------------------------- +10.5 UC People Page Template +--------------------------------------------------------------*/ + +#page-userlist { + .person { + padding-right:20px; + padding-bottom:20px; + padding-top:5px; + + ul { + list-style-type: disc; + } + ol { + list-style-type: decimal; + } + a.person-permalink { + h4.person-name { + font-size:19px; + } + } + } + + h3.group-title { + border-bottom: 1px solid #eee; + padding-bottom: 10px; + width: 100%; + } + + table { + margin-bottom:0px; + + td.person-thumbnail { + img { + max-width: none; + } + } + thead { + border-top:none !important; + border-bottom:none !important; + } + } + .table > thead > tr > th { + border-bottom:none !important; + } + .table > tbody > tr > td { + border-top:none !important; + } + .table > tbody > tr { + border-top:1px solid #eee; + border-bottom:1px solid #eee; + } +} \ No newline at end of file diff --git a/sass/_widgets.scss b/sass/_widgets.scss index 08eb945..4bc99ff 100644 --- a/sass/_widgets.scss +++ b/sass/_widgets.scss @@ -244,14 +244,13 @@ } a.person-permalink { h4.person-name { - font-size:19px; + font-size:19px; } } } h3.group-title { border-bottom: 1px solid #eee; - color: #ac0000; padding-bottom: 10px; width: 100%; } diff --git a/style.css b/style.css index d5033ae..c17ca15 100644 --- a/style.css +++ b/style.css @@ -7593,7 +7593,6 @@ button.close { } .home #content .widget.uc-people-widget h3.group-title { border-bottom: 1px solid #eee; - color: #ac0000; padding-bottom: 10px; width: 100%; } @@ -7987,7 +7986,6 @@ button.close { } .home #content .panel-grid .widget.uc-people-widget h3.group-title { border-bottom: 1px solid #eee; - color: #ac0000; padding-bottom: 10px; width: 100%; } @@ -8386,7 +8384,6 @@ button.close { } #page-sidebar .widget.uc-people-widget h3.group-title { border-bottom: 1px solid #eee; - color: #ac0000; padding-bottom: 10px; width: 100%; } @@ -8781,7 +8778,6 @@ button.close { } .subpage .widget.uc-people-widget h3.group-title { border-bottom: 1px solid #eee; - color: #ac0000; padding-bottom: 10px; width: 100%; } @@ -9437,6 +9433,49 @@ a.btn { padding-bottom: 10px; } +/*-------------------------------------------------------------- +10.5 UC People Page Template +--------------------------------------------------------------*/ +#page-userlist .person { + padding-right: 20px; + padding-bottom: 20px; + padding-top: 5px; +} +#page-userlist .person ul { + list-style-type: disc; +} +#page-userlist .person ol { + list-style-type: decimal; +} +#page-userlist .person a.person-permalink h4.person-name { + font-size: 19px; +} +#page-userlist h3.group-title { + border-bottom: 1px solid #eee; + padding-bottom: 10px; + width: 100%; +} +#page-userlist table { + margin-bottom: 0px; +} +#page-userlist table td.person-thumbnail img { + max-width: none; +} +#page-userlist table thead { + border-top: none !important; + border-bottom: none !important; +} +#page-userlist .table > thead > tr > th { + border-bottom: none !important; +} +#page-userlist .table > tbody > tr > td { + border-top: none !important; +} +#page-userlist .table > tbody > tr { + border-top: 1px solid #eee; + border-bottom: 1px solid #eee; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10036,7 +10075,6 @@ body.sticky .ie8 #footers { } #mega-footer .widget.uc-people-widget h3.group-title { border-bottom: 1px solid #eee; - color: #ac0000; padding-bottom: 10px; width: 100%; }