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
  • Loading branch information
briandunnigan authored and briandunnigan committed Dec 11, 2015
1 parent 739f92e commit b1285ff
Show file tree
Hide file tree
Showing 10 changed files with 223 additions and 36 deletions.
48 changes: 43 additions & 5 deletions css/hale2015-blue.css
Expand Up @@ -7593,7 +7593,6 @@ button.close {
} }
.home #content .widget.uc-people-widget h3.group-title { .home #content .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down Expand Up @@ -7987,7 +7986,6 @@ button.close {
} }
.home #content .panel-grid .widget.uc-people-widget h3.group-title { .home #content .panel-grid .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down Expand Up @@ -8386,7 +8384,6 @@ button.close {
} }
#page-sidebar .widget.uc-people-widget h3.group-title { #page-sidebar .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down Expand Up @@ -8781,7 +8778,6 @@ button.close {
} }
.subpage .widget.uc-people-widget h3.group-title { .subpage .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down Expand Up @@ -9437,6 +9433,49 @@ a.btn {
padding-bottom: 10px; 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 == Captions
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -10036,7 +10075,6 @@ body.sticky .ie8 #footers {
} }
#mega-footer .widget.uc-people-widget h3.group-title { #mega-footer .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down
48 changes: 43 additions & 5 deletions css/hale2015-green.css
Expand Up @@ -7593,7 +7593,6 @@ button.close {
} }
.home #content .widget.uc-people-widget h3.group-title { .home #content .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down Expand Up @@ -7987,7 +7986,6 @@ button.close {
} }
.home #content .panel-grid .widget.uc-people-widget h3.group-title { .home #content .panel-grid .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down Expand Up @@ -8386,7 +8384,6 @@ button.close {
} }
#page-sidebar .widget.uc-people-widget h3.group-title { #page-sidebar .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down Expand Up @@ -8781,7 +8778,6 @@ button.close {
} }
.subpage .widget.uc-people-widget h3.group-title { .subpage .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down Expand Up @@ -9437,6 +9433,49 @@ a.btn {
padding-bottom: 10px; 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 == Captions
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -10036,7 +10075,6 @@ body.sticky .ie8 #footers {
} }
#mega-footer .widget.uc-people-widget h3.group-title { #mega-footer .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down
48 changes: 43 additions & 5 deletions css/hale2015-orange.css
Expand Up @@ -7593,7 +7593,6 @@ button.close {
} }
.home #content .widget.uc-people-widget h3.group-title { .home #content .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down Expand Up @@ -7987,7 +7986,6 @@ button.close {
} }
.home #content .panel-grid .widget.uc-people-widget h3.group-title { .home #content .panel-grid .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down Expand Up @@ -8386,7 +8384,6 @@ button.close {
} }
#page-sidebar .widget.uc-people-widget h3.group-title { #page-sidebar .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down Expand Up @@ -8781,7 +8778,6 @@ button.close {
} }
.subpage .widget.uc-people-widget h3.group-title { .subpage .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down Expand Up @@ -9437,6 +9433,49 @@ a.btn {
padding-bottom: 10px; 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 == Captions
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -10036,7 +10075,6 @@ body.sticky .ie8 #footers {
} }
#mega-footer .widget.uc-people-widget h3.group-title { #mega-footer .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down
48 changes: 43 additions & 5 deletions css/hale2015-purple.css
Expand Up @@ -7593,7 +7593,6 @@ button.close {
} }
.home #content .widget.uc-people-widget h3.group-title { .home #content .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down Expand Up @@ -7987,7 +7986,6 @@ button.close {
} }
.home #content .panel-grid .widget.uc-people-widget h3.group-title { .home #content .panel-grid .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down Expand Up @@ -8386,7 +8384,6 @@ button.close {
} }
#page-sidebar .widget.uc-people-widget h3.group-title { #page-sidebar .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down Expand Up @@ -8781,7 +8778,6 @@ button.close {
} }
.subpage .widget.uc-people-widget h3.group-title { .subpage .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down Expand Up @@ -9437,6 +9433,49 @@ a.btn {
padding-bottom: 10px; 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 == Captions
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -10036,7 +10075,6 @@ body.sticky .ie8 #footers {
} }
#mega-footer .widget.uc-people-widget h3.group-title { #mega-footer .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px; padding-bottom: 10px;
width: 100%; width: 100%;
} }
Expand Down

0 comments on commit b1285ff

Please sign in to comment.