Path: blob/master/webroot/rsrc/css/phui/phui-curtain-object-ref-view.css
12241 views
/**1* @provides phui-curtain-object-ref-view-css2*/34.phui-curtain-object-ref-list-view-empty {5font-style: italic;6color: {$greytext};7}89.phui-curtain-object-ref-view {10padding: 4px 6px;11border-radius: 3px;12}1314.phui-curtain-object-ref-view + .phui-curtain-object-ref-view {15margin-top: 1px;16}1718.phui-curtain-object-ref-view-image-cell {19min-width: 32px;20padding-bottom: 24px;21}2223.phui-curtain-object-ref-view-image-cell > a {24height: 24px;25width: 24px;26background-size: 100%;27border-radius: 3px;28display: block;29position: absolute;30}3132.phui-curtain-object-ref-view-image-cell .phui-icon-view {33font-size: 16px;34line-height: 16px;35vertical-align: middle;36text-align: center;37width: 24px;38height: 24px;39top: 3px;40display: block;41position: absolute;42color: #ffffff;43}4445.phui-curtain-object-ref-view-icon-image {46background-color: {$backdrop};47}4849.phui-curtain-object-ref-view-title-cell {50font-weight: bold;51text-overflow: ellipsis;52overflow: hidden;5354/* This is forcing "text-overflow: ellipsis" to actually work. */55max-width: 210px;56}5758.phui-curtain-object-ref-view-without-content >59.phui-curtain-object-ref-view-title-cell {60vertical-align: middle;61}6263.phui-curtain-object-ref-view-with-content >64.phui-curtain-object-ref-view-image-cell > a {65margin-top: 4px;66}6768.phui-curtain-object-ref-view-title-cell > a {69color: {$darkgreytext};70}7172.phui-curtain-object-ref-view-epoch-cell {73color: {$greytext};74}7576.phui-curtain-object-ref-list-view-tail {77text-align: center;78margin-top: 8px;79padding: 4px;80background: {$lightgreybackground};81border-top: 1px dashed {$thinblueborder};82box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.04);83}8485.phui-curtain-object-ref-view-highlighted {86background: {$bluebackground};87}8889.phui-curtain-object-ref-view-exiled {90background: {$lightred};91opacity: 0.75;92}9394.phui-curtain-object-ref-view-exiled-cell,95.phui-curtain-object-ref-view-exiled-cell a {96color: {$red};97}9899100