1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/webroot/rsrc/css/phui/phui-hovercard.css
Chad Little 89ce42c15c Update people hovercard UI
Summary: Removes Badges, they felt awkward. Updates UI, larger image, better layout, more icons.

Test Plan: Review numerous layouts with fancy new search tool.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D17391
2017-02-21 14:41:10 -08:00

107 lines
1.9 KiB
CSS

/**
* @provides phui-hovercard-view-css
*/
.jx-hovercard-container {
position: absolute;
}
.phui-hovercard-wrapper {
width: 400px;
}
.device-phone .phui-hovercard-wrapper {
width: 300px;
}
.phui-hovercard-container {
width: 100%;
box-shadow: {$dropshadow};
border: 1px solid {$lightblueborder};
border-radius: 3px;
background-color: #fff;
}
.phui-hovercard-head .phui-header-shell {
padding: 6px 8px 6px 12px;
background-color: {$bluebackground};
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.phui-hovercard-head .phui-header-header {
font-size: {$biggerfontsize};
}
.phui-hovercard-head .phui-tag-type-state {
color: {$darkbluetext};
text-shadow: none;
font-weight: normal;
}
.phui-hovercard-tags {
float: right;
white-space: normal;
}
.phui-hovercard-body {
padding: 12px;
color: {$darkgreytext};
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
position: relative;
}
.phui-hovercard-body-item {
margin: 4px 0 0 0;
}
.phui-hovercard-body-header {
font-size: 14px;
padding-bottom: 4px;
color: {$darkgreytext};
line-height: 18px;
}
.phui-hovercard-body .phui-hovercard-body-image {
width: 58px;
}
.phui-hovercard-body .phui-hovercard-body-details {
margin-left: 58px;
}
.phui-hovercard-body .profile-header-picture-frame {
float: left;
width: 50px;
height: 50px;
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
}
.hovercard-badges {
margin: 6px 0 0 0;
padding: 4px;
background: {$page.background};
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.hovercard-badges .phui-badge-flex-item {
float: left;
}
.phui-hovercard-tail {
width: 396px;
float: left;
padding: 2px;
border-top: 1px solid {$thinblueborder};
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.phui-hovercard-tail button,
.phui-hovercard-tail a.button {
margin: 3px;
}