Index: typo3/sysext/t3skin/stylesheets/visual/element_tceforms.css =================================================================== --- typo3/sysext/t3skin/stylesheets/visual/element_tceforms.css (revision 7947) +++ typo3/sysext/t3skin/stylesheets/visual/element_tceforms.css (working copy) @@ -197,7 +197,8 @@ table.typo3-TCEforms .wrapperTable3, table.typo3-TCEforms .wrapperTable4, table.typo3-TCEforms .wrapperTable5 { - border: 1px solid #a2aab8; + border-top: 1px solid #a2aab8; + padding-top: 5px; } table.typo3-TCEforms table.wrapperAttention .wrapperTable, Index: typo3/sysext/t3skin/stylesheets/visual/element_tab.css =================================================================== --- typo3/sysext/t3skin/stylesheets/visual/element_tab.css (revision 7947) +++ typo3/sysext/t3skin/stylesheets/visual/element_tab.css (working copy) @@ -46,6 +46,7 @@ background-image: -moz-linear-gradient(center top, #ffffff 0px, #ececec 100px); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0px, #ffffff), color-stop(100px, #ececec)); border: 1px solid #adadad; + border-top: none; } div.typo3-dyntabmenu-divs p.c-descr {