Project

General

Profile

Bug #22971 » 14834.diff

Administrator Admin, 2010-06-23 13:41

View differences:

typo3/class.alt_menu_functions.inc (working copy)
if (!empty($moduleLabel) || !empty($moduleDescription)) {
$descrCode .= '
<td>' . $moduleLabelHtml . $moduleDescription . '</td>';
<td class="module-description">' . $moduleLabelHtml . $moduleDescription . '</td>';
} else {
$descrCode .= '
<td>&nbsp;</td>';
typo3/sysext/t3skin/stylesheets/structure/module_help_about_module.css (working copy)
table#typo3-about-modules tr.c-subitem-row td:first-child {
padding-left: 23px;
}
table#typo3-about-modules tr.c-subitem-row td.module-description {
padding-right: 10px;
}
(1-1/3)