Path: blob/master/webroot/rsrc/css/phui/phui-hovercard.css
12241 views
/**1* @provides phui-hovercard-view-css2*/34.jx-hovercard-container {5position: absolute;6}78.phui-hovercard-wrapper {9width: 400px;10}1112.device-phone .phui-hovercard-wrapper {13width: 300px;14}1516.phui-hovercard-container {17width: 100%;18box-shadow: {$dropshadow};19border: 1px solid {$lightblueborder};20border-radius: 3px;21background-color: {$page.content};22}2324.phui-hovercard-head .phui-header-shell {25padding: 6px 8px 6px 12px;26background-color: {$bluebackground};27border-top-left-radius: 3px;28border-top-right-radius: 3px;29}3031.phui-hovercard-head .phui-header-header {32font-size: {$biggerfontsize};33}3435.phui-hovercard-head .phui-tag-type-state {36color: {$darkbluetext};37text-shadow: none;38font-weight: normal;39}4041.phui-hovercard-tags {42float: right;43white-space: normal;44}4546.phui-hovercard-body {47padding: 12px;48color: {$darkgreytext};49border-bottom-right-radius: 3px;50border-bottom-left-radius: 3px;51position: relative;52}5354.phui-hovercard-body-item {55margin: 4px 0 0 0;56overflow: hidden;57text-overflow: ellipsis;58}5960.phui-hovercard-body-header {61font-size: 14px;62padding-bottom: 4px;63color: {$darkgreytext};64line-height: 18px;65}6667.phui-hovercard-body .phui-hovercard-body-image {68width: 58px;69}7071.phui-hovercard-body .phui-hovercard-body-details {72margin-left: 58px;73}7475.phui-hovercard-body .profile-header-picture-frame {76float: left;77width: 50px;78height: 50px;79background-position: center;80background-repeat: no-repeat;81background-size: 100%;82}8384.hovercard-badges {85margin: 6px 0 0 0;86padding: 4px;87background: {$page.background};88border-bottom-left-radius: 3px;89border-bottom-right-radius: 3px;90}9192.hovercard-badges .phui-badge-flex-item {93float: left;94}9596.phui-hovercard-tail {97width: 396px;98float: left;99padding: 2px;100border-top: 1px solid {$thinblueborder};101border-bottom-left-radius: 3px;102border-bottom-right-radius: 3px;103}104105.phui-hovercard-tail button,106.phui-hovercard-tail a.button {107margin: 3px;108}109110.phui-hovercard-wrapper .hovercard-task-view {111box-shadow: 0px 4px 16px rgba(0,0,0,.2);112}113114.hovercard-task-view .phui-oi-disabled.phui-workcard {115background-color: #fff;116}117118119