Bug #15959 » typo3-4.0-t3skin-toolbar-betafix.diff
typo3_src-4.0-toolbar/t3lib/class.t3lib_tceforms.php 2006-04-18 13:43:42.396684421 +0200 | ||
---|---|---|
} else {
|
||
// Detects fields with no CSH and outputs dummy line to insert into CSH locallang file:
|
||
#debug(array("'".$field.".description' => '[FILL IN] ".$table."->".$field."',"),$table);
|
||
return ' ';
|
||
return '<span class="nbsp"> </span>';
|
||
}
|
||
}
|
||
typo3_src-4.0-toolbar/typo3/sysext/t3skin/stylesheets/typo3-alt-palette-php.css 2006-04-18 13:57:55.343562023 +0200 | ||
---|---|---|
background-image: url('../icons/gfx/topmenu_background.jpg');
|
||
}
|
||
body#typo3-alt-palette-php table {
|
||
body#typo3-alt-palette-php table#typo3-TCEforms-palette {
|
||
height: 20px;
|
||
position: absolute;
|
||
bottom: 1px;
|
||
bottom: 0px;
|
||
}
|
||
body#typo3-alt-palette-php table td {
|
||
... | ... | |
table#typo3-TCEforms-palette td.c-label {
|
||
color: #FFFFFF;
|
||
}
|
||
body#typo3-alt-palette-php table td.c-csh input.checkbox {
|
||
margin: 0px 3px 0 0;
|
||
background-color: transparent;
|
||
}
|
||
body#typo3-alt-palette-php span.nbsp {
|
||
display: none;
|
||
}
|
||