Index: typo3/class.file_list.inc =================================================================== --- typo3/class.file_list.inc (revision 3146) +++ typo3/class.file_list.inc (working copy) @@ -229,13 +229,6 @@ if ($this->clipBoard) $rowlist.=',_CLIPBOARD_'; $this->fieldArray = explode(',',$rowlist); - // half line is drawn - $theData = Array(); - $theData[$titleCol] = $this->widthGif; - $out.=$this->addelement(0,'',$theData,''); - - - // Directories are added $iOut = ''; $iOut.= $this->formatDirList($dirs); Index: typo3/classes/class.modulemenu.php =================================================================== --- typo3/classes/class.modulemenu.php (revision 3146) +++ typo3/classes/class.modulemenu.php (working copy) @@ -206,7 +206,7 @@ $onClickString = htmlspecialchars('top.goToModule(\''.$moduleData['name'].'\');'.$onBlur.'return false;'); $submoduleLink = '' //TODO make icon a background image using css - .$moduleData['icon']['html'].' ' + .''.$moduleData['icon']['html'].'' .''.htmlspecialchars($moduleData['title']).'' .''; } Index: typo3/stylesheet.css =================================================================== --- typo3/stylesheet.css (revision 3146) +++ typo3/stylesheet.css (working copy) @@ -185,7 +185,7 @@ TABLE#typo3-tabmenu TR { height: 1.5em; } TABLE#typo3-tabmenu TD.tabact { color: black; border: solid black 1px; background: #e7dba8; } TABLE#typo3-tabmenu TD.tab { color: #666; border: solid #555 1px; border-left: solid #aaa 3px; background: #c4d4cd; } -TABLE#typo3-tabmenu TD.tab, TABLE#typo3-tabmenu TD.tabact { border-radius: 3px; -moz-border-radius: 3px; border-bottom: 0px; } +TABLE#typo3-tabmenu TD.tab, TABLE#typo3-tabmenu TD.tabact { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-bottom: 0px; } TABLE#typo3-tabmenu TD A { color: #666; text-decoration: none; display: block; width: 100%; padding: 2px 5px 3px 2px; } TABLE#typo3-tabmenu TD.tabact A { color: black; padding-left: 10px; padding-right: 10px; } TABLE#typo3-tabmenu TD A:hover { color: black; text-decoration: none; } @@ -216,7 +216,7 @@ TABLE.typo3-tabmenu TD:hover { background: #f6eab7; } DIV.typo3-dyntabmenu-divs-foldout DIV.c-tablayer { margin-left: 20px; } -DIV.typo3-dyntabmenu-divs-foldout DIV.tab, DIV.typo3-dyntabmenu-divs-foldout DIV.tab_over, DIV.typo3-dyntabmenu-divs-foldout DIV.tabact, DIV.typo3-dyntabmenu-divs-foldout DIV.tabact_over, DIV.typo3-dyntabmenu-divs-foldout DIV.disabled, DIV.typo3-dyntabmenu-divs-foldout DIV.disabled_over { border: solid black 1px; margin-top: 5px; border-radius: 3px; -moz-border-radius: 3px; } +DIV.typo3-dyntabmenu-divs-foldout DIV.tab, DIV.typo3-dyntabmenu-divs-foldout DIV.tab_over, DIV.typo3-dyntabmenu-divs-foldout DIV.tabact, DIV.typo3-dyntabmenu-divs-foldout DIV.tabact_over, DIV.typo3-dyntabmenu-divs-foldout DIV.disabled, DIV.typo3-dyntabmenu-divs-foldout DIV.disabled_over { border: solid black 1px; margin-top: 5px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; } DIV.typo3-dyntabmenu-divs-foldout DIV.tab { background: #c4d4cd; background-image: url(gfx/ol/plusbullet.gif); background-repeat: no-repeat; } DIV.typo3-dyntabmenu-divs-foldout DIV.tab_over { background: #f6eab7; background-image: url(gfx/ol/arrowbullet.gif); background-repeat: no-repeat; } DIV.typo3-dyntabmenu-divs-foldout DIV.tabact { background: #e7dba8; background-image: url(gfx/ol/minusbullet.gif); background-repeat: no-repeat; } @@ -381,6 +381,8 @@ 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 2px 0 2px; } +div#typo3-docheader-row2 img { vertical-align: top !important; margin-top: 5px !important; } +div#typo3-docheader-row2 div { vertical-align: baseline } div#typo3-docheader select { margin: 1px 0 0; } div#typo3-docheader div.pagepath { margin-left: 6px; float: left; } div#typo3-docheader div.infooptions { margin-right: 6px; float: right; } @@ -508,8 +510,9 @@ /* File > List */ +TABLE#typo3-filelist { margin-top: 10px;} TABLE#typo3-filelist IMG { vertical-align: middle; } -TABLE#typo3-filelist TR TD { padding-left: 1px; padding-right: 6px; } +TABLE#typo3-filelist TR TD { padding: 3px; } TABLE#typo3-filelist TR TD.c-headLine { background-color: #ccc; font-weight: bold; height: 16px; } TABLE#typo3-filelist TR TD DIV.typo3-clipCtrl { background-color: #abbbb4; text-align: center; } @@ -660,9 +663,9 @@ A.typo3-csh-link SPAN.typo3-csh-inline { display: none; position: absolute; padding: 1px 2px 2px 2px; background: #ffffff; border: 1px solid #050505; width: 200px; z-index: 100; color: #000000; font-weight: normal; } A.typo3-csh-link:hover SPAN.typo3-csh-inline { display: block; } SPAN.typo3-csh-inline SPAN.header, TABLE.typo3-csh-inline SPAN.header { font-weight: bold; float: left; width: 100%; background-color: #F6F2E6; } +SPAN.typo3-csh-inline { line-height: 16px; } - /********************************************* * TypoScript Highlighting: *********************************************/ Index: typo3/css/modulemenu.css =================================================================== --- typo3/css/modulemenu.css (revision 3146) +++ typo3/css/modulemenu.css (working copy) @@ -49,13 +49,16 @@ margin: 3px 0px 3px; } -#typo3-menu li div img { - vertical-align:top; - margin-right:2px; +#typo3-menu li span.submodule-icon { + display: inline-block; + display: -moz-inline-box; + width: 20px; + vertical-align: top; } -#typo3-menu li span { - padding-left: 2px; +/* IE needs a special treatment */ +* html #typo3-menu li span.submodule-icon { + margin-right: 3px; } #typo3-menu li ul li { @@ -78,11 +81,6 @@ display: block; } -#typo3-menu li ul li a img { - float: left; - margin-right:2px; -} - #typo3-menu li.menuSection li:hover, #typo3-menu li.highlighted { background-color: #e3dfdb; Index: typo3/css/backend-style.css =================================================================== --- typo3/css/backend-style.css (revision 3146) +++ typo3/css/backend-style.css (working copy) @@ -81,8 +81,8 @@ } #username.su-user { - background: #f7989f; - padding-left: 4px; + color: red; + font-weight: bold; } #username a { Index: typo3/sysext/t3skin/stylesheets/typo3-csh.css =================================================================== --- typo3/sysext/t3skin/stylesheets/typo3-csh.css (revision 0) +++ typo3/sysext/t3skin/stylesheets/typo3-csh.css (revision 0) @@ -0,0 +1,41 @@ +/* - - - - - - - - - - - - - - - - - - - - - + +Title : TYPO3 Context Sensitive Help Styles +Author : Jeff Segars Filelist Styles +Author : Jeff Segars Filelist module. + + $Id$ + +- - - - - - - - - - - - - - - - - - - - - */ + +table#typo3-filelist { + border:1px solid #A2AAB8; + margin-top:10px; +} + +table#typo3-filelist-top tr { + vertical-align: bottom; +} + +table#typo3-filelist tr td.c-headLine { + background-color:#B8BEC9; + background-image:url(../icons/gfx/alt_menu_mainitem_bg.gif); + background-repeat:repeat-x; +} + +table#typo3-filelist tr td.c-headLine a { + color:#FFFFFF; +} + + +table#typo3-filelist tr td img { + text-align: center; +} + +table#typo3-filelist tr td div.typo3-clipCtrl { + background-color:transparent; +} \ No newline at end of file Index: typo3/sysext/t3skin/stylesheets/typo3-tree.css =================================================================== --- typo3/sysext/t3skin/stylesheets/typo3-tree.css (revision 3146) +++ typo3/sysext/t3skin/stylesheets/typo3-tree.css (working copy) @@ -6,10 +6,11 @@ table#typo3-browsetree { margin: 10px 0 20px 10px; } +table#typo3-tree tr td { padding:0px; } ul.tree ul li.expanded ul { background: transparent url('../icons/gfx/ol/line.gif') top left repeat-y; } ul.tree ul li.last > ul { background: none; } ul.tree li.active, ul.tree ul li.active { background-color: #D7DBE2 !important; } ul.tree li.active span a, ul.tree ul li.active span a { font-weight: bold; } ul.tree li.active ul, ul.tree ul li.active ul { background-color: #EFEFF4; } -ul.tree li.active ul span a, ul.tree ul li.active ul span a { font-weight: normal; } +ul.tree li.active ul span a, ul.tree ul li.active ul span a { font-weight: normal; } \ No newline at end of file Index: typo3/sysext/t3skin/stylesheets/typo3-colors.css =================================================================== --- typo3/sysext/t3skin/stylesheets/typo3-colors.css (revision 3146) +++ typo3/sysext/t3skin/stylesheets/typo3-colors.css (working copy) @@ -26,9 +26,13 @@ color: #FFFFFF; } +.bgColor3-20 { + background-color: #E4E5F0; +} + .bgColor4 { background-color: #EFEFF4; - } +} .bgColor4-20 { background-color: #F8F9FA; Index: typo3/sysext/t3skin/stylesheets/ext-cms-layout-db-layout-php.css =================================================================== --- typo3/sysext/t3skin/stylesheets/ext-cms-layout-db-layout-php.css (revision 3146) +++ typo3/sysext/t3skin/stylesheets/ext-cms-layout-db-layout-php.css (working copy) @@ -4,4 +4,8 @@ .typo3-page-colHeader .bgColor2 div { color: #FFFFFF; +} + +table.typo3-page-pages tr td.c-headLine { + background-color: #D7DBE2; } \ No newline at end of file Index: typo3/sysext/t3skin/stylesheets/typo3-dyntabmenu.css =================================================================== --- typo3/sysext/t3skin/stylesheets/typo3-dyntabmenu.css (revision 3146) +++ typo3/sysext/t3skin/stylesheets/typo3-dyntabmenu.css (working copy) @@ -50,9 +50,22 @@ background-color: #F8F9FB; } +div.typo3-dyntabmenu-divs-foldout div.disabled, +div.typo3-dyntabmenu-divs-foldout div.disabled_over { + background: #CCCCCC; +} +div.typo3-dyntabmenu-divs-foldout div.tab, +div.typo3-dyntabmenu-divs-foldout div.tabact { + background: #FEFEFE; + +} +div.typo3-dyntabmenu-divs-foldout div.tab_over, +div.typo3-dyntabmenu-divs-foldout div.tabact_over { + background: #D7DBE2; +} -DIV.typo3-dyntabmenu-divs { +div.typo3-dyntabmenu-divs { padding:0; } Index: typo3/sysext/cms/layout/class.tx_cms_layout.php =================================================================== --- typo3/sysext/cms/layout/class.tx_cms_layout.php (revision 3146) +++ typo3/sysext/cms/layout/class.tx_cms_layout.php (working copy) @@ -549,10 +549,10 @@ } // Add headers: $out.=' - '.implode($midSep,$cCont).' + '.implode($midSep,$cCont).' '; $out.=' - '.implode($midSep,$sCont).' + '.implode($midSep,$sCont).' '; // Traverse previously built content for the columns: