Problem/Motivation
From #2801749: Unclear what is compared with the visual plugin that provides an indication of which revisions are currently compared (for the Visual inline filter) and after a discussion with @miro_dietiker, the "underline-link" for the author a-Element is taking its whole space and it is centered, which is not a usual Drupal output.
Proposed resolution
The author a-Element should be wrapped by a container/div, and it should not be centered.
Remaining tasks
User interface changes
Change how the revision author link is rendered in revision comparison indications for the Visual inline filter.
Now:

How it should look like:

API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | interdiff-2812913-12-14.txt | 1.2 KB | drobnjak |
| #14 | reformat_how_the-2812913-14.patch | 1.94 KB | drobnjak |
| #12 | interdiff-2812913-10-12.txt | 2.3 KB | drobnjak |
| #12 | reformat_how_the-2812913-12.patch | 3.04 KB | drobnjak |
| #12 | Screenshot from 2016-10-10 17-40-58.png | 51.99 KB | drobnjak |
Comments
Comment #2
drobnjak commentedComment #3
drobnjak commentedAuthor link wrapped in the div element and "text-align: center" removed.
Comment #4
drobnjak commentedComment #5
johnchqueLooks good but is it me or the users link are sightly disaligned?
Comment #6
drobnjak commentedFor me works completely fine. Tested with different resolutions.
Comment #7
johnchqueNo, it will not if the values of the revision date has an hour like 11:11, can you check again?
Comment #8
drobnjak commentedDate is now wrapped in the div. Screenshot provided with the latest change.
Comment #9
tduong commentedStrange hour (first revision's date) but I guess you've just deleted some chars by mistake xd
Ok, can you shorten the space between the revision date and the username links, so it won't look like "far away" please ? :P
Comment #10
drobnjak commentedChanges to css for different resolutions and devices. Screenshot provided for one of them.
And yes, character was deleted but on purpose to show how different numbers in dates wont affect the user columns to be unaligned.
Comment #11
johnchqueLet's add a padding-right: 1em;
Let's change this to 20%
Also add here the padding_right 1em;
This would make the date too narrow and place them in two lines, let's avoid too many changes for different screens. Adding the message as basis 80% will place it in a new line, that is nice enough IMO.
If possible remove the min-width so we base our width on the flex-basis.
Comment #12
drobnjak commentedComment #13
miro_dietikerYou changed it and now support is present twice, making it strictly malformed.
You are reverting this, which was previously fixed in some other issue.
Please properly reroll / rebase your work.
Comment #14
drobnjak commentedUpdated changes from #13
Comment #16
miro_dietikerYeah it can be that simple. Committed. :-)