1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

Use contact email instead of username (#2218)

* Use contact email instead of username

* remove contact email

* username center

* [profile] Clean code
This commit is contained in:
zheng xie
2018-07-26 10:30:13 +08:00
committed by GitHub
parent d3337c44c5
commit 4286742f51
3 changed files with 13 additions and 13 deletions

View File

@@ -1641,6 +1641,7 @@ a.sf-popover-item {
}
.user-item .txt-item {
margin:0;
line-height: 32px;
}
/**** sf-dropdown ******/
.sf-dropdown {
@@ -2112,6 +2113,10 @@ button.sf-dropdown-toggle:focus {
}
.account-popup .txt {
margin-left:45px;
line-height: 36px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.account-popup {
right:0;