diff --git a/css/uup.css b/css/uup.css index 386876b..cb42e26 100644 --- a/css/uup.css +++ b/css/uup.css @@ -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; +} diff --git a/sass/uup.scss b/sass/uup.scss index a71f894..bab8815 100644 --- a/sass/uup.scss +++ b/sass/uup.scss @@ -100,10 +100,13 @@ Profile Page */ .uup-user { + padding: 1em; & > span { display:block; } - + .uup-image{ + margin-bottom:1em; + } .uup-name { font-weight:bold; @@ -118,7 +121,9 @@ } .uup-phones { .uup-phone1 {} - .uup-phone2 {} + .uup-phone2 { + display:block; + } } .uup-email { } @@ -131,4 +136,3 @@ .uup-mailing-address { } } - diff --git a/style.css b/style.css index 6494371..a0a5d62 100644 --- a/style.css +++ b/style.css @@ -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