Project

General

Profile

Actions

Bug #16837

closed

T3 Skin Improved wrong padding

Added by Stefano Cecere almost 18 years ago. Updated about 14 years ago.

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)

Actions #1

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

Also available in: Atom PDF