Files
phabricator/webroot/rsrc/css/application/differential/revision-history.css
Sergey Sharybin 8a882018b9 Initial commit of differential baking changes
NOTE: This branch is not to be deployed as a website, but instead
to be used as a client of a cluster (to have access to the database)
and run the baking script in a unattended mode.

A lot of tweaks all over the place to make the generated HTML suitable
for use in a static HTML with remapped paths to be relative and so on.

NOTE: Because of those tweaks the file rendering and access will not
work as expected when viewed from the website: it will be 404 because
it has different means accessing files than the static HTML. It is not
possible to keep website rendering correct, but it makes it harder to
investigate what parts needs attention without running the baker.

The baking script is found in `scripts/bake/bake_differential.php`
and it receives a single argument which is a directory with the baked
files.

Covers the following aspects:
- File attachments
- Image previews
- Pastes

The user avatars are replaced with the default user avatar.
2023-01-17 10:19:43 +01:00

67 lines
1.4 KiB
CSS

/**
* @provides differential-revision-history-css
*/
.differential-update-history-footer {
text-align: right;
vertical-align: middle;
padding: 4px 8px;
border-top: 1px solid {$lightblueborder};
background: {$lightbluebackground};
}
.differential-update-history-footer label {
margin-right: 12px;
color: {$greytext};
}
.differential-update-history-footer select {
margin-left: 8px;
}
.device .differential-update-history-footer label {
display: block;
margin-right: 0;
margin-bottom: 4px;
}
.differential-update-history-radio {
padding: 0 8px;
}
.aphront-table-view td.differential-update-history-old {
background: #f9d0d0;
}
.aphront-table-view td.differential-update-history-new {
background: #d0ffd0;
}
.aphront-table-view tr.differential-update-history-current td,
.aphront-table-view tr.alt-differential-update-history-current td {
background: #d0ffd0;
}
.aphront-table-view
.differential-update-history-old-now
td.differential-update-history-old,
.aphront-table-view
.alt-differential-update-history-old-now
td.differential-update-history-old {
background: #ffaaaa;
}
.aphront-table-view
.differential-update-history-new-now
td.differential-update-history-new,
.aphront-table-view
.alt-differential-update-history-new-now
td.differential-update-history-new {
background: #aaffaa;
}
.lintunit-star {
text-align: center;
padding: 0 16px;
}