summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ebb0506)
raw | patch | inline | side by side (parent: ebb0506)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Jan 2010 16:54:31 +0000 (16:54 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Jan 2010 16:54:31 +0000 (16:54 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15388 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/themes/default/style.css | patch | blob | history |
index b3770af006d5aeea5c44e2518c986652fa79d90c..f8496760c6482d5f4fc25e1b5439f3697a84bb6e 100644 (file)
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; }