mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
36 lines
555 B
CSS
36 lines
555 B
CSS
/**
|
|
* @provides diffusion-commit-view-css
|
|
*/
|
|
|
|
.diffusion-commit-details {
|
|
padding: 0.5em;
|
|
background: #f9f9f9;
|
|
border: 1px solid #dddddd;
|
|
}
|
|
|
|
.diffusion-commit-details hr {
|
|
height: 1px;
|
|
border: none;
|
|
background: #dddddd;
|
|
}
|
|
|
|
.diffusion-commit-dateline {
|
|
float: right;
|
|
color: #555555;
|
|
}
|
|
|
|
.diffusion-commit-properties th {
|
|
font-weight: bold;
|
|
color: #444444;
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
padding: 2px 4px 2px 24px;
|
|
}
|
|
|
|
.diffusion-commit-properties td {
|
|
padding: 2px 4px;
|
|
}
|
|
|
|
.diffusion-commit-message {
|
|
padding: 8px;
|
|
}
|