openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 5e57a0e92360ea20efda9c399480e5c043ceb552
parent 411726239573a2a2ddf8310ace593434d7067ccc
Author: dankert <devnull@localhost>
Date:   Thu, 10 Feb 2011 02:16:53 +0100

CSS-Angaben für Baum.

Diffstat:
themes/default/css/layout.css | 40+++++++++++++++++++++++++++++++++++++++-
1 file changed, 39 insertions(+), 1 deletion(-)

diff --git a/themes/default/css/layout.css b/themes/default/css/layout.css @@ -714,7 +714,7 @@ fieldset } -form.login +form.xlogin { xbackground-color:#E0E0D5; border:2px solid silver; @@ -731,3 +731,40 @@ form.login -moz-box-shadow: 3px 2px 5px gray; box-shadow: 3px 2px 5px gray; } + + + +/* +Baum +*/ +ul.tree, +ul.tree ul +{ + list-style-type: none; + background: url(../images/tree_line.gif) repeat-y; + margin: 0; + padding: 0; +} + +ul.tree ul +{ + margin-left: 10px; +} + +ul.tree li +{ + margin: 0; + padding:0 12px; + line-height: 20px; + background: url(../images/tree_plus.gif) no-repeat; + color: #369; + font-weight: bold; +} + +ul.tree li.last, +ul.tree li:last-child +{ + background: #fff url(../images/tree_plus_end.gif) no-repeat; +} + +body > div { display:none; }+ \ No newline at end of file