Bug #103386
openUX: Backend Page Module - remove dotted gray line around the whole page
0%
Description
In the Page Module there is a gray dotted line (green arrows) and white spacing (orange arrows) around the whole page.
Especially in the translation view it is visually not necessary to combine the different languages inside the same box created by this line and spacing.
I would remove this line again to free up space (orange arrows) as especially horizontal space is always scarce.
Background¶
This line and spacing was introduced with TYPO3 12.4.3 in [BUGFIX] Set column width for table grids in page module
The mentioned change also added features about horizontal scrolling of the grid on small screens.
The line might have been added to make horizontal scrolling more appealing.
Or maybe it was used to overcome a technical issue by implementing a visual solution: Content-overflow caused by the white border-spacing of the column-grid while horizontal scrolling is active
.t3-grid-table {
border-spacing: var(--pagemodule-grid-spacing);
}
Files
Updated by Ayke Halder 8 months ago
- Related to Bug #101041: Content not accessible in Typo3 V12 Backend multicolumn-Layout added
Updated by Ayke Halder 8 months ago
- Related to Task #103380: UX: Backend Page Module - improve visual topology to distinguish between Page, Page-Column and Content-Element added
Updated by Gerrit Code Review 8 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83452
Updated by Gerrit Code Review 8 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83452
Updated by Gerrit Code Review 4 months ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83452