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

User Profile Fix #12

Merged
merged 1 commit into from Sep 8, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 {
}
}