Project

General

Profile

Actions

Bug #25199

closed

Small CSS bug in Access Tab

Added by René Häfliger about 13 years ago. Updated over 9 years ago.

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

page.gif (7.5 KB) page.gif Administrator Admin, 2011-02-28 11:09
Actions

Also available in: Atom PDF