Move differential revision to its own table column in blame view

Summary: There is still some layout issues with revisions, so I've tested it better and moved it to it's own column

Test Plan: Fake in some revision data, test various sizes and shapes.

Reviewers: epriestley

Reviewed By: epriestley

Spies: Korvin

Differential Revision: https://secure.phabricator.com/D18473
This commit is contained in:
Chad Little
2017-08-24 19:36:33 -07:00
parent c49896f7c5
commit 12ae08b6b1
3 changed files with 23 additions and 18 deletions

View File

@@ -40,11 +40,12 @@
.diffusion-blame-date {
background: {$lightgreybackground};
font: {$basefont};
font-size: {$smallestfontsize};
font-size: {$smallerfontsize};
}
.diffusion-blame-link,
.diffusion-line-link {
.diffusion-line-link,
.diffusion-blame-revision {
background: {$lightgreybackground};
}
@@ -53,7 +54,7 @@
min-width: 130px;
background: {$lightgreybackground};
font: {$basefont};
font-size: {$smallestfontsize};
font-size: {$smallerfontsize};
}
.diffusion-source a {
@@ -61,17 +62,18 @@
}
.diffusion-rev-link a {
max-width: 340px;
max-width: 300px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin: 3px 8px;
display: block;
}
.diffusion-rev-link a,
.diffusion-rev-link span,
.diffusion-blame-date a {
.diffusion-blame-date a,
.diffusion-blame-revision a {
float: right;
margin: 3px 8px;
float: left;
}
.diffusion-rev-link span {