fix(users): Missing primary social provider

Adds the User's provider to the list of connect social accounts, when it
is also a social account.

Fixes: #1032
This commit is contained in:
mleanos
2016-02-28 22:19:15 -08:00
parent 8830cd4331
commit f2e18e24f1
2 changed files with 11 additions and 0 deletions

View File

@@ -26,6 +26,12 @@ a:hover .header-profile-image {
padding-top: 11px !important;
padding-bottom: 11px !important;
}
.user-primary-account {
font-size: 30px;
top: 10px;
right: 10px;
position: absolute;
}
.error-text {
display: none;
}