From d9e595677db72317b7ec2e9b1be74560c40c29fe Mon Sep 17 00:00:00 2001 From: Ingo Renner Date: Mon, 21 Jan 2008 11:30:36 +0000 Subject: [PATCH] fixed tab borders in TCEforms git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2940 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 4 ++++ typo3/stylesheet.css | 13 +++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f1d6659c83d9..2ea9c007bf26 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-20 Ingo Renner + + * fixed tab borders in TCEforms + 2008-01-20 Thomas Hempel * Installer: Renamed the tab back from "Setup" to "Installer" to avoid problems in translation tool diff --git a/typo3/stylesheet.css b/typo3/stylesheet.css index ffa834bb4d97..879e8b9ece4f 100755 --- a/typo3/stylesheet.css +++ b/typo3/stylesheet.css @@ -196,7 +196,17 @@ TABLE#typo3-tabmenu TD.tab:hover { background: #f6eab7; } DIV.typo3-dyntabmenu-tabs { margin-top: 5px; padding-right: 20px; } DIV.typo3-dyntabmenu-divs P.c-descr { font-style: italic; padding: 3px 10px 5px 10px; background: #e7dba8; } TABLE.typo3-dyntabmenu TR { height: 1.5em; } -TABLE.typo3-dyntabmenu TD { padding-left: 5px; padding-right: 5px; border: solid #555 1px; border-bottom: 0px; border-radius: 3px; -moz-border-radius: 3px; } +TABLE.typo3-dyntabmenu TD { + padding-left: 5px; + padding-right: 5px; + border-radius: 3px; + border: 1px solid #555; + border-bottom: none; + -moz-border-radius-topleft: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-left-radius: 3px; + -webkit-border-top-right-radius: 3px; +} TABLE.typo3-dyntabmenu TD.tab { background: #c4d4cd; } TABLE.typo3-dyntabmenu TD.tabact { background: #e7dba8; } TABLE.typo3-dyntabmenu TD.tabact, TABLE.typo3-dyntabmenu TD.tabact_over { border-color: black; } @@ -287,7 +297,6 @@ div#treeOptionButtons a { margin: 5px 1px 0; } /* TCEforms */ table.typo3-TCEforms { width: 93%; border-collapse: collapse; } -table.typo3-TCEforms, table.typo3-TCEforms td { margin: 0; border: 0; padding: 0; } TABLE.typo3-TCEforms SPAN.typo3-TCEforms-recHeader { font-weight: bold; color: #333366; } table.typo3-TCEforms tr.typo3-TCEforms-recHeaderRow, TABLE.typo3-TCEforms tr.typo3-TCEforms-recHeaderRow td { border: 0; } TABLE.typo3-TCEforms SPAN.typo3-TCEforms-newToken { font-weight: bold; color: #990000; } -- 2.20.1