Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
UC People Fix
-Page headers
-Table layouts
-Footer search button
  • Loading branch information
briandunnigan authored and briandunnigan committed Dec 11, 2015
1 parent f5f1a9b commit e8366d4
Show file tree
Hide file tree
Showing 17 changed files with 937 additions and 81 deletions.
62 changes: 57 additions & 5 deletions css/sherman-black.css
Expand Up @@ -7607,7 +7607,6 @@ button.close {
}
.home #content .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px;
width: 100%;
}
Expand Down Expand Up @@ -8001,7 +8000,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%;
}
Expand Down Expand Up @@ -8400,7 +8398,6 @@ button.close {
}
#page-sidebar .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px;
width: 100%;
}
Expand Down Expand Up @@ -8795,7 +8792,6 @@ button.close {
}
.subpage .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px;
width: 100%;
}
Expand Down Expand Up @@ -9451,6 +9447,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
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -10050,7 +10089,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%;
}
Expand Down Expand Up @@ -10879,6 +10917,9 @@ body {
webkit-box-shadow: none;
moz-box-shadow: none;
}
#content .widget.uc-people-widget h3.group-title {
color: #343434;
}
#content .widget.uc-ecw .uc-cal .uc-cal-event-month {
padding-bottom: 0 !important;
padding-top: 0.6em !important;
Expand Down Expand Up @@ -11073,6 +11114,9 @@ body {
border-top: 1px solid transparent;
border-top-color: rgba(255, 255, 255, 0.2);
}
#footers .form-inline .btn {
border-radius: 0px !important;
}

#footers a.btn {
-webkit-border-radius: 4px;
Expand Down Expand Up @@ -11226,3 +11270,11 @@ table .external .glyphicon-new-window {
width: 20%;
}
}

/* UC People
====================================
*/
#page-userlist h3.group-title {
color: #343434;
font-weight: 500 !important;
}
62 changes: 57 additions & 5 deletions css/sherman-blue.css
Expand Up @@ -7607,7 +7607,6 @@ button.close {
}
.home #content .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px;
width: 100%;
}
Expand Down Expand Up @@ -8001,7 +8000,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%;
}
Expand Down Expand Up @@ -8400,7 +8398,6 @@ button.close {
}
#page-sidebar .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px;
width: 100%;
}
Expand Down Expand Up @@ -8795,7 +8792,6 @@ button.close {
}
.subpage .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px;
width: 100%;
}
Expand Down Expand Up @@ -9451,6 +9447,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
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -10050,7 +10089,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%;
}
Expand Down Expand Up @@ -10879,6 +10917,9 @@ body {
webkit-box-shadow: none;
moz-box-shadow: none;
}
#content .widget.uc-people-widget h3.group-title {
color: #ac0000;
}
#content .widget.uc-ecw .uc-cal .uc-cal-event-month {
padding-bottom: 0 !important;
padding-top: 0.6em !important;
Expand Down Expand Up @@ -11073,6 +11114,9 @@ body {
border-top: 1px solid transparent;
border-top-color: rgba(255, 255, 255, 0.2);
}
#footers .form-inline .btn {
border-radius: 0px !important;
}

#footers a.btn {
-webkit-border-radius: 4px;
Expand Down Expand Up @@ -11226,3 +11270,11 @@ table .external .glyphicon-new-window {
width: 20%;
}
}

/* UC People
====================================
*/
#page-userlist h3.group-title {
color: #ac0000;
font-weight: 500 !important;
}
62 changes: 57 additions & 5 deletions css/sherman-brightyellow.css
Expand Up @@ -7607,7 +7607,6 @@ button.close {
}
.home #content .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px;
width: 100%;
}
Expand Down Expand Up @@ -8001,7 +8000,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%;
}
Expand Down Expand Up @@ -8400,7 +8398,6 @@ button.close {
}
#page-sidebar .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px;
width: 100%;
}
Expand Down Expand Up @@ -8795,7 +8792,6 @@ button.close {
}
.subpage .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px;
width: 100%;
}
Expand Down Expand Up @@ -9451,6 +9447,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
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -10050,7 +10089,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%;
}
Expand Down Expand Up @@ -10879,6 +10917,9 @@ body {
webkit-box-shadow: none;
moz-box-shadow: none;
}
#content .widget.uc-people-widget h3.group-title {
color: #373ca0;
}
#content .widget.uc-ecw .uc-cal .uc-cal-event-month {
padding-bottom: 0 !important;
padding-top: 0.6em !important;
Expand Down Expand Up @@ -11073,6 +11114,9 @@ body {
border-top: 1px solid transparent;
border-top-color: rgba(255, 255, 255, 0.2);
}
#footers .form-inline .btn {
border-radius: 0px !important;
}

#footers a.btn {
-webkit-border-radius: 4px;
Expand Down Expand Up @@ -11226,3 +11270,11 @@ table .external .glyphicon-new-window {
width: 20%;
}
}

/* UC People
====================================
*/
#page-userlist h3.group-title {
color: #373ca0;
font-weight: 500 !important;
}

0 comments on commit e8366d4

Please sign in to comment.