Actions
Bug #25199
closedSmall CSS bug in Access Tab
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-02-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Header "Visibility" and "Publish Dates and Access Rights" are to near to the right border. (page- and content-forms)
typo3/sysext/t3skin/stylesheets/structure/element_tceforms.css
CHANGE:
table.typo3-TCEforms .class-main2 td,
table.typo3-TCEforms .class-main12 td,
table.typo3-TCEforms .class-main22 td,
table.typo3-TCEforms .class-main32 td,
table.typo3-TCEforms .class-main42 td,
table.typo3-TCEforms .class-main52 td {
padding: 6px 0px 2px;
}
TO:
table.typo3-TCEforms .class-main2 td,
table.typo3-TCEforms .class-main12 td,
table.typo3-TCEforms .class-main22 td,
table.typo3-TCEforms .class-main32 td,
table.typo3-TCEforms .class-main42 td,
table.typo3-TCEforms .class-main52 td {
padding: 6px 0px 2px 10px;
}
(issue imported from #M17794)
Files
Actions