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

Commit

Permalink
Merge pull request #18 from jem08002/master
Browse files Browse the repository at this point in the history
Changes to User Profile
  • Loading branch information
amb00010 committed Sep 5, 2014
2 parents 538bd7f + 94086fb commit 7cdaa69
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
9 changes: 9 additions & 0 deletions css/uup.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,21 @@
/*
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;
}
10 changes: 7 additions & 3 deletions sass/uup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,13 @@
Profile Page
*/
.uup-user {
padding: 1em;
& > span {
display:block;
}

.uup-image{
margin-bottom:1em;
}
.uup-name {
font-weight:bold;

Expand All @@ -118,7 +121,9 @@
}
.uup-phones {
.uup-phone1 {}
.uup-phone2 {}
.uup-phone2 {
display:block;
}
}
.uup-email {
}
Expand All @@ -131,4 +136,3 @@
.uup-mailing-address {
}
}

9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7693,15 +7693,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

0 comments on commit 7cdaa69

Please sign in to comment.