From 2f81ebf6dda214f05a062b98758c288c15a73d01 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 27 Jan 2010 16:54:31 +0000 Subject: [PATCH] Added tree list styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15388 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index b3770af00..f8496760c 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -2009,3 +2009,11 @@ table.sortableListTable { tr.sortableListItemMarked { background-color: #FFD; } + +/* Tree List */ + +ul.treeList, ul.treeList ul { list-style-type: none; background: url(../../images/lists/vline.png) repeat-y; margin: 0; padding: 0; } +ul.treeList ul { margin-left: 10px; } +ul.treeList li { margin: 0; padding: 0 12px; line-height: 20px; background: url(../../images/lists/node.png) no-repeat; color: #369; font-weight: bold; } +ul.treeList li.last { background: #fff url(../../images/lists/lastnode.png) no-repeat; } +ul.treeList li:last-child { background: #fff url(../../images/lists/lastnode.png) no-repeat; } -- 2.30.2