Skip to content

Commit

Permalink
Changes to User Profile
Browse files Browse the repository at this point in the history
Simple changes to Cornerstone User Profiles.
  • Loading branch information
Mika Caldera authored and Mika Caldera committed Sep 3, 2014
1 parent 75d1790 commit 94086fb
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 @@ -7689,15 +7689,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 94086fb

Please sign in to comment.