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
Merge pull request #12 from jem08002/master
User Profile Fix
  • Loading branch information
amb00010 committed Sep 8, 2014
2 parents a7a96a4 + e0801e9 commit 6744363
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
31 changes: 31 additions & 0 deletions style.css
Expand Up @@ -7699,15 +7699,24 @@ q:before, table q:after {
/*
Profile Page
*/
.uup-user {
padding: 1em;
}
.uup-user > span {
display: block;
}
.uup-user .uup-image {
margin-bottom: 1em;
}
.uup-user .uup-name {
font-weight: bold;
}
.uup-user .uup-name .uup-first:after {
content: ' ';
}
.uup-user .uup-phones .uup-phone2 {
display: block;
}

/* - - - - - - - - - - - - - - - - - - -
== Calendar
Expand Down Expand Up @@ -8180,3 +8189,25 @@ table .external .glyphicon-new-window {
#events-grid-wrap th:first-child {
width: auto;
}

/*
Profile Page
*/
.uup-user {
padding: 2em;
}
.uup-user > span {
display: block;
}
.uup-user .uup-image {
margin: 20px 0px;
}
.uup-user .uup-name {
font-weight: bold;
}
.uup-user .uup-name .uup-first:after {
content: ' ';
}
.uup-user .uup-phones .uup-phone2 {
display: block;
}
42 changes: 42 additions & 0 deletions style.scss
Expand Up @@ -364,4 +364,46 @@ table .external .glyphicon-new-window {
th:first-child {
width:auto;
}
}


/*
Profile Page
*/
.uup-user {
padding: 2em;
& > span {
display:block;
}
.uup-image{
margin: 20px 0px;
}
.uup-name {
font-weight:bold;

.uup-first {
&:after {
content:' ';
}
}
.uup-last {}
}
.uup-title {
}
.uup-phones {
.uup-phone1 {}
.uup-phone2 {
display:block;
}
}
.uup-email {
}
.uup-fax {
}
.uup-office-location {
}
.uup-office-hours {
}
.uup-mailing-address {
}
}

0 comments on commit 6744363

Please sign in to comment.