--- stylesheet.css Sun Aug 13 00:26:44 2006 +++ __stylesheet.css Mon Aug 21 12:06:14 2006 @@ -249,17 +249,20 @@ TABLE#typo3-tree A { text-decoration: none; } TABLE#typo3-tree TR TD { white-space: nowrap; } TABLE#typo3-tree TR TD IMG { vertical-align: middle; } -TABLE#typo3-tree TR TD IMG.c-recIcon { margin-right: 1px; } +TABLE#typo3-tree TR TD IMG.c-recIcon { margin-right: 1px; background-color: #F7F3EF;} TABLE#typo3-tree { margin-bottom: 10px; width: 95%; } P.c-refresh IMG { vertical-align: middle; margin-right: 7px; } BODY#typo3-alt-db-navframe-php DIV.c-notice { border: 1px solid black; padding: 5px 5px 5px 5px; margin-top: 5px; margin-bottom: 10px; width: 95%; } .navFrameHL { background-color: #ebebeb; } /* T3DD06 Code Sprint AJAX page tree */ -ul.tree li { list-style-type: none; line-height: 10px; white-space: nowrap;} +ul.tree li { list-style-type: none; line-height: 10px; white-space: nowrap; } ul.tree { list-style-type: none; padding: 0; margin: 0;} -ul.tree ul { list-style-type: none; margin-left: 18px; padding: 0; /*background-image: url(gfx/ol/line.gif); background-repeat: repeat-y;*/ } +ul.tree ul { list-style-type: none; margin-left: 18px; padding: 0; } +ul.tree-sub ul { list-style-type: none; margin-left: 18px; padding: 0; background-image: url(gfx/ol/line.gif); background-repeat: repeat-y; background-color:transparent; } +li.last { background: #F7F3EF url(gfx/ol/joinbottom.gif) no-repeat top left; } ul.tree a { text-decoration: none;} + /* TCEforms */ TABLE.typo3-TCEforms SPAN.typo3-TCEforms-recHeader { font-weight: bold; color: #333366; }