1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-15 23:00:57 +00:00
Files
seahub/frontend/src/css/share-to-user.css
lian dcff1ff5e1 update dir shared item api (#4648)
* update dir shared item api

return contact_email and avatar_url field

* [share dialog] share to user: show avatar & user details popover for shared user

Co-authored-by: lian <lian@seafile.com>
Co-authored-by: llj <lingjun.li1@gmail.com>
2020-08-14 14:47:42 +08:00

16 lines
286 B
CSS

.user-details-popover {
border: 1px solid #eee;
border-radius: 4px;
box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
background: #fff;
z-index: 1000;
left: 2px;
}
.user-details-main {
border-bottom: 1px solid #eee;
}
.user-details-name {
font-size: 1rem;
font-weight: 500;
}