Page MenuHomePhabricator

Add space to the bottom of a Proofread transcription page
Closed, ResolvedPublic

Description

Space to add to Proofread pages

When the human proofed text is longer than the original scan page, there is no margin between the text and the category block.

Such margin exists for regular MediaWiki content, as each blocks like <p> have a 0.5em bottom margin.

I offer to add such margin to the .pagetext element:

.pagetext {
	margin-bottom: 0.5em;
}

There is no need to add spaces to image content, as there is virtually always a blank in the scan greater than 0.5 em (currently, on standard Vector design, it's equal to 7px).

[Taking this bug.]
[Adding sample page concerned by the issue in URL field]


Version: unspecified
Severity: trivial
URL: https://fr.wikisource.org/wiki/Page:Rostand_-_Cyrano_de_Bergerac.djvu/24

Attached:

AddSpaceToProofreadPages.PNG (636×1 px, 26 KB)

Details

Reference
bz67077

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:39 AM
bzimport set Reference to bz67077.

Change 141935 had a related patch set uploaded by Dereckson:
Add space at the bottom of Proofread pages

https://gerrit.wikimedia.org/r/141935

Change 141935 merged by jenkins-bot:
Add space at the bottom of Proofread pages

https://gerrit.wikimedia.org/r/141935

Dereckson triaged this task as Medium priority.Mar 26 2015, 2:47 PM
Dereckson updated the task description. (Show Details)
Dereckson set Security to None.