mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
61c45e4927
Summary: Moves calendar event view to PHUITwoColumnView. Tightened up some phui status spacing. Test Plan: Review Calendar Events, Differential status list. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15387
35 lines
579 B
CSS
35 lines
579 B
CSS
/**
|
|
* @provides phui-status-list-view-css
|
|
*/
|
|
|
|
.phui-status-list-view {
|
|
width: 100%;
|
|
}
|
|
|
|
.phui-status-list-view .phui-icon-view {
|
|
width: 14px;
|
|
height: 14px;
|
|
margin: 2px 4px 2px 0;
|
|
}
|
|
|
|
.phui-status-item-target {
|
|
padding: 0 12px 0 0;
|
|
line-height: 20px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.phui-status-item-note {
|
|
width: 100%;
|
|
color: {$greytext};
|
|
line-height: 14px;
|
|
padding: 3px 0;
|
|
}
|
|
|
|
.phui-status-item-highlighted td {
|
|
background-color: {$lightyellow};
|
|
}
|
|
|
|
.phui-status-item-highlighted td.phui-status-item-note {
|
|
background-color: transparent;
|
|
padding-left: 4px;
|
|
}
|