2006-06-29 Ernesto Baschny <ernst@cron-it.de>
* Fix bug #3522 also in "content (default)": Linking images to hidden pages results in click-enlarge
+ * Fix bug #3085: broken option frame (palettes) in IE
2006-06-29 Dmitry Dulepov <typo3@accio.lv>
} 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>';
}
}
*/
body#typo3-alt-palette-php {
- background-image: url('../icons/gfx/topmenu_background.jpg');
+ background-image: url('../icons/gfx/topmenu_background_palette.jpg');
}
-body#typo3-alt-palette-php table {
+body#typo3-alt-palette-php table#typo3-TCEforms-palette {
height: 20px;
position: absolute;
bottom: 1px;
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;
+}
+