Index: typo3/templates/tceforms.html =================================================================== --- typo3/templates/tceforms.html (revision 9953) +++ typo3/templates/tceforms.html (revision ) @@ -12,10 +12,10 @@ - ###FIELD_NAME### + ###FIELD_NAME### - ###FIELD_ITEM######FIELD_PAL_LINK_ICON### + ###FIELD_ITEM######FIELD_PAL_LINK_ICON### @@ -38,4 +38,4 @@ ###CONTENT###
- \ No newline at end of file + Index: t3lib/class.t3lib_tceforms.php =================================================================== --- t3lib/class.t3lib_tceforms.php (revision 10079) +++ t3lib/class.t3lib_tceforms.php (revision ) @@ -5144,7 +5144,7 @@ } if ($this->classScheme[4]) { - $fieldAttributes .= ' class="t3-form-palette-field' . $this->classScheme[4] . '"'; + $fieldAttributes .= ' class="t3-form-palette-field ' . $this->classScheme[4] . '"'; } $row = 0; @@ -5164,11 +5164,11 @@ $iRow[$row][] = '' . '' . $content['NAME'] . - '' . - '' . '' . '' . + '' . + '' . - $content['ITEM'] . + $content['ITEM'] . '' . ''; } Index: typo3/sysext/t3skin/stylesheets/structure/element_tceforms.css =================================================================== --- typo3/sysext/t3skin/stylesheets/structure/element_tceforms.css (revision 9953) +++ typo3/sysext/t3skin/stylesheets/structure/element_tceforms.css (revision ) @@ -4,11 +4,13 @@ $Id: element_tceforms.css 9953 2010-12-28 16:44:46Z flyguide $ - - - - - - - - - - - - - - - - - - - - - */ img.t3-TCEforms-reqImg { - display: inline-block; + display: block; + position: absolute; + left: 14px; + top: 28%; + z-index: 3000; height: 16px; - margin-left: 3px; - margin-right: 3px; - margin-top: 4px; + margin-right: 2px; width: 16px; } @@ -20,30 +22,50 @@ } img.t3-TCEforms-contentchangedImg { - display: inline-block; - margin-bottom: 2px; + display: block; + position: absolute; + left: 4px; + top: 32%; + z-index: 4000; width: 7px; } .t3-form-palette-icon-required { - display: inline-block; + display: block; + position: absolute; + left: 4px; + top: 26%; height: 16px; margin-right: 2px; width: 16px; } /* renamed to .t3-form-palette-icon-required, lines below kept for backwards-compatibility */ img.t3-TCEforms-reqPaletteImg { - display: inline-block; + display: block; + position: absolute; + left: 14px; + top: 30%; + z-dinex: 3000; height: 16px; margin-right: 2px; width: 16px; } .t3-form-palette-icon-contentchanged { + display: block; + position: absolute; + left: -6px; + top: 30%; + z-index: 4000; width: 7px; } /* renamed to .t3-form-palette-icon-contentchanged, lines below kept for backwards-compatibility */ img.t3-TCEforms-contentchangedPaletteImg { + display: block; + position: absolute; + left: 4px; + top: 30%; + z-index: 4000; width: 7px; } @@ -132,6 +154,8 @@ .checkbox, .checkbox:hover { margin: 4px 0 4px 2px; + position: relative; + z-index: 3500; } table.typo3-TCEforms .class-main1 td, @@ -163,6 +187,8 @@ table.typo3-TCEforms td.formField-header, table.typo3-TCEforms td.formField-field { + display: block; + position: relative; padding-left: 10px; } @@ -261,7 +287,8 @@ } .t3-form-palette-field-container .t3-form-palette-field-label, .t3-form-palette-field-container .t3-form-palette-field { - display:block; + display: block; + position: relative; } .typo3-TCEforms .typo3-csh-link {