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
Changing Nav Secondary Border Color
- border color changed to match the rest of the borders
  • Loading branch information
briandunnigan authored and briandunnigan committed Oct 27, 2014
1 parent 55a8261 commit 34d902d
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 20 deletions.
85 changes: 65 additions & 20 deletions style.css
Expand Up @@ -6813,6 +6813,10 @@ button.close {
width: 150px;
}

.lte7.form-control {
width: 20px;
}

/* NAV
--------------------------------------------------------------*/
#nav-secondary {
Expand Down Expand Up @@ -7111,9 +7115,15 @@ code {
margin: 1em;
}
.page .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event {
display: block;
position: relative;
padding-left: 3em;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event .uc-cal-event-date {
position: absolute;
left: 0;
top: 0;
display: block;
font-weight: normal;
color: #aaa;
Expand Down Expand Up @@ -7485,6 +7495,12 @@ object {
.widget.uc-contact-widget th {
white-space: nowrap;
}
.widget.uc-contact-widget td.uc-output-email {
word-break: break-all;
}
.widget.uc-contact-widget td.uc-output-more {
word-break: break-all;
}
.widget.uc-ecw {
padding-bottom: 1em;
}
Expand Down Expand Up @@ -7544,9 +7560,15 @@ object {
margin: 1em;
}
.widget.uc-ecw .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event {
display: block;
position: relative;
padding-left: 3em;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.widget.uc-ecw .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event .uc-cal-event-date {
position: absolute;
left: 0;
top: 0;
display: block;
font-weight: normal;
color: #aaa;
Expand Down Expand Up @@ -7690,57 +7712,76 @@ q:before, table q:after {
display: block;
position: relative;
padding-left: 170px;
min-height: 150px;
}
.uup-list .has-image .uup-thumbnail {
display: block;
width: 150px;
height: 150px;
float: left;
position: relative;
left: -170px;
margin-right: -150px;
}
.uup-list a.uup-user {
float: left;
position: absolute;
left: 0;
top: 0;
}
.uup-list .uup-item {
margin-bottom: 1em;
*zoom: 1;
}
.uup-list .uup-item:after, .uup-list .uup-item:before {
content: '';
display: table;
}
.uup-list .uup-item:after {
clear: both;
}
.uup-list .uup-item .uup-text {
display: block;
}
.uup-list .uup-item .uup-text > span {
display: block;
}
.uup-list .uup-item .uup-text a .uup-name {
display: inline;
}
.uup-list .uup-item .uup-text .uup-name {
font-weight: bold;
}
.uup-list .uup-item .uup-text .uup-name .uup-last:before {
.uup-list .uup-item .uup-text .uup-name .uup-first:after {
content: ' ';
}

.uup-index-table .uup-table-name.table-has-image {
position: relative;
padding-left: 60px;
}
.uup-index-table .uup-table-name.table-has-image .uup-table-thumbnail {
display: block;
width: 75px;
float: left;
margin: 0 1em 1em 0 !important;
width: 50px;
height: 50px;
position: absolute;
left: 0;
top: 5px;
}
.uup-index-table .uup-table-name.table-has-image .uup-name {
float: left;
display: block;
}
.uup-index-table .uup-table-name .uup-last:before {
content: ' ';
}

/*
Profile Page
*/
.page-template-page-user-profile-php .uup-user {
padding: 1em;
}
.page-template-page-user-profile-php .uup-user > span {
display: block;
}
.page-template-page-user-profile-php .uup-user .uup-image {
margin-bottom: 1em;
}
.page-template-page-user-profile-php .uup-user .uup-name {
font-weight: bold;
}
.page-template-page-user-profile-php .uup-user .uup-name .uup-first:after {
content: ' ';
}
.page-template-page-user-profile-php .uup-user .uup-phones .uup-phone2 {
display: block;
}

/* - - - - - - - - - - - - - - - - - - -
== Calendar
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -8244,6 +8285,10 @@ body {
margin: 0 0 10px;
}

#nav-secondary {
border-color: #eee;
}

#mega-footer, #footer {
border-top: 1px solid #233e75;
}
Expand Down
3 changes: 3 additions & 0 deletions style.scss
Expand Up @@ -392,6 +392,9 @@ body {
}
}

#nav-secondary {
border-color:#eee;
}

#mega-footer, #footer {
border-top:1px solid #233e75;
Expand Down

0 comments on commit 34d902d

Please sign in to comment.