Actions
Bug #24256
closedAll TCA forms "group" with size=1 have height of 85px
Start date:
2010-12-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Normally with a TCA config like this:
'type' => 'group',
'internal_type' => 'db',
'allowed' => 'pages',
'size' => '1',
'maxitems' => '1',
'minitems' => '0',
'show_thumbs' => '1',
you got a input field with roundabout 20-25px height.
But now: All group-fields with size = 1 has a height of 85px. This is because of a new CSS in TYPO3:
.typo3-TCEforms select.tceforms-multiselect {
min-height:85px;
}
CSS-Class for Multiselect should not be activated, when size=1
TYPO3 4.5-dev Rev. 9705
(issue imported from #M16628)
Files
Actions