Skip to content

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 3c1274e commit 92dfe1d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 7 deletions.
49 changes: 43 additions & 6 deletions css/executive.css
Expand Up @@ -7007,7 +7007,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 @@ -7401,7 +7400,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 @@ -7800,7 +7798,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 @@ -8195,7 +8192,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 @@ -8851,6 +8847,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 @@ -9435,7 +9474,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 @@ -10615,7 +10653,6 @@ input[type="button"]#footers.btn-block {
}
#content .subpage-sidebar .widget.uc-people-widget h3.group-title {
border-bottom: 1px solid #eee;
color: #ac0000;
padding-bottom: 10px;
width: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion sass/executive.scss
Expand Up @@ -28,7 +28,7 @@ $icon-font-path: "../../global/bootstrap-sass-master/assets/fonts/bootstrap/" !d
@import "../../cornerstone/sass/uup.scss";
@import "../../cornerstone/sass/cal.scss";
@import "../../cornerstone/sass/in-page-menus.scss";
@import "../../cornerstone/sass/footer.scss";
@import "../../cornerstone/sass/footer.scss";


@import "_bootstrap-override.scss";
Expand Down

0 comments on commit 92dfe1d

Please sign in to comment.