Actions
Bug #16837
closedT3 Skin Improved wrong padding
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-01-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
in the latest (but marvellous) 1.3.0 version of t3skin_improved there is a wrong padding value, whiahc enlarges all BE editing forms really too much
the problem is this (in stylesheets/stylesheet.css ):
table.typo3-TCEforms tr.class-main1 td {
padding-bottom: 15px;
}
it should be fixed with this:
table.typo3-TCEforms tr.class-main1 td {
padding-bottom: 5px;
}
(issue imported from #M4749)
Updated by Thomas Murphy almost 18 years ago
Please contact the extension author of "t3skin_improved", this bugtracker project just deals with the "t3skin" extension.
Actions