1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 09:48:47 +02:00
phorge-phorge/webroot/rsrc/css/application/differential/local-commits-view.css
Bob Trahan 2f82210e46 differential - lazy man's attempt at updated design
Summary: basically made the header elements for the individual panes and cleaned up the panes to make it look okay. tried to copy colors from @chad 's mocks.

Test Plan: looks good to me

Reviewers: epriestley, chad

Reviewed By: chad

CC: aran, Korvin

Maniphest Tasks: T2004

Differential Revision: https://secure.phabricator.com/D4174
2012-12-12 21:00:35 -08:00

30 lines
530 B
CSS

/**
* @provides differential-local-commits-view-css
*/
.differential-local-commits-table {
width: 100%;
font-size: 11px;
border-collapse: separate;
border-spacing: 1px 2px;
}
.differential-local-commits-table th {
color: #666666;
padding: 4px 6px;
}
.differential-local-commits-table tr td {
background: #dcdcdc;
}
.differential-local-commits-table td {
padding: 4px 6px;
white-space: nowrap;
vertical-align: top;
}
.differential-local-commits-table td.summary {
white-space: normal;
width: 100%;
}