From 281f58258fb7ec8498a12b86d35da3cb89ecb7ec Mon Sep 17 00:00:00 2001 From: Ingo Renner Date: Sun, 20 Jan 2008 20:09:06 +0000 Subject: [PATCH] fixed minor style issues with the docheader with and without t3skin git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2938 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 1 + typo3/stylesheet.css | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index aa7789670c81..f1d6659c83d9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ * changed the way how javascritp and css files needed to be referenced when adding them to backend.php, now relative to typo3/ * added note item to EM when there may be additional configuration fields * some colors from t3skin for the docheader went into the original style, fixed by moving them back to t3skin and choosing an appropriate color whn t3skin is not installed + * fixed minor style issues with the docheader with and without t3skin 2008-01-19 Stanislas Rolland diff --git a/typo3/stylesheet.css b/typo3/stylesheet.css index c33929732dee..ffa834bb4d97 100755 --- a/typo3/stylesheet.css +++ b/typo3/stylesheet.css @@ -358,13 +358,13 @@ BODY#typo3-alt-doc-nodoc-php { margin-left: 5px; } /* Record editing (alt_doc.php) */ div#typo3-docheader { postion: absolute; top: 0; left: 0; z-index: 5; min-width: 350px; } -div#typo3-docheader-row1 { height: 20px; background: #cbc7c3; } +div#typo3-docheader-row1 { height: 22px; background: #cbc7c3; } div#typo3-docheader-row2 { background: #e4e0db; height: 27px; line-height: 27px; border-bottom: 1px solid #000; } div#typo3-docheader div.buttonsleft { margin: 0 0 0 3px; line-height: 16px; float: left; } div#typo3-docheader div.buttonsright { margin: 0 3px 0 0; line-height: 16px; float: right; } div#typo3-docheader img, div#typo3-docheader input { margin: 2px 3px 0; vertical-align: top; } div#typo3-docheader img.typo3-csh-icon { margin: 2px 15px 0 2px; } -div#typo3-docheader select { margin: 2px 0 0; border: 0; padding: 0; height: 16px; line-height: 16px; } +div#typo3-docheader select { margin: 2px 0 0; } div#typo3-docheader div.pagepath { margin-left: 6px; float: left; } div#typo3-docheader div.infooptions { margin-right: 6px; float: right; } div#typo3-docbody { width: 98%; padding: 2% 0% 2% 2%; overflow: auto; top: 49px; bottom: 0; position: absolute; z-index: 2; } -- 2.20.1