Page MenuHomePhabricator

Move show/hide link after history/log entry
Closed, ResolvedPublic

Description

The "show/hide" link can be quite long and annoying, especially when translated, e.g. in Italian it's "mostra/nascondi".
Luckily in page histories now there are only checkboxes, but Special:Contributions and Special:Log are cluttered: those links make other more useful pieces of information (as timestamps) less visible; and the line can be very long, so other (more used) buttons as "rollback" can be moved down in a unexpected position.
I think it would be logical to have them after the history/log entry, as other buttons which let you modify the edit or action (rollback, undo, unblock, change block etc.).


Version: unspecified
Severity: enhancement
URL: http://commons.wikimedia.org/wiki/File:RevisionDelete_pages_cluttered_up_with_show-hide.png

Details

Reference
bz23738

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:03 PM
bzimport set Reference to bz23738.

Created attachment 7644
show/hide on right

As a workaround you can move the buttons adding to your css

.mw-revdelundel-link
{ float: right;

margin-left: 1em;

}

(thanks to [[:it:Utente:Codicorumus]] for sorting this out for a lazy HTML user like me).

Attached:

show-hide.right.png (768×1 px, 237 KB)

Created attachment 7645
with dotted border

body[class*="page-Speciale_Contributi_"] #bodyContent li
{ border-top: 1px grey dotted;
}

For dotted border.

Attached:

show-hide-right-border.png (768×1 px, 231 KB)

History entries now use checkboxes.

Folding in to 20189.

*** This bug has been marked as a duplicate of bug 20189 ***