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-status.css
epriestley 3eae2592d8 Show audit status with PHUIStatusListView instead of enormous xbox-sized table
Summary: Replace giant table with PHUIStatusListView. Also remove "MetaMTA Transcripts" (which doesn't work any more) and "Herald Transcripts" (which no one uses).

Test Plan:
{F51437}

{F51438}

Reviewers: chad, btrahan

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D6562
2013-07-24 15:29:46 -07:00

31 lines
472 B
CSS

/**
* @provides phui-status-list-view-css
*/
.phui-status-list-view {
width: 100%;
}
.phui-status-list-view .phui-icon-view {
display: block;
width: 14px;
height: 14px;
margin: 3px 4px;
}
.phui-status-item-target {
padding: 0 12px 0 4px;
line-height: 20px;
white-space: nowrap;
}
.phui-status-item-note {
width: 100%;
color: #666666;
line-height: 14px;
padding: 3px 0;
}
.phui-status-item-highlighted {
background-color: {$lightyellow};
}