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

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
szk11001 committed Sep 8, 2014
2 parents 8283536 + 7cdaa69 commit d5b85b0
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 4 deletions.
4 changes: 4 additions & 0 deletions css/titlebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,7 @@
#site-title .searchform .form-group .form-control {
width: 150px;
}

.lte7.form-control {
width: 20px;
}
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;
}
5 changes: 4 additions & 1 deletion sass/titlebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
width:150px;
}
}

}
}
// IE Fixes
.lte7.form-control {
width:20px;
}
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 {
}
}

13 changes: 13 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6809,6 +6809,10 @@ button.close {
width: 150px;
}

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

/* NAV
--------------------------------------------------------------*/
#nav-secondary {
Expand Down Expand Up @@ -7689,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 d5b85b0

Please sign in to comment.