Bug #22971 » 14834.diff
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> </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;
|
||
}
|