Last change
on this file was
80,
checked in by lgiessmann, 15 years ago
|
ajax-client: implemented a topic map overview
|
File size:
1.4 KB
|
Line | |
---|
1 | /*----------------------------------------------------------------------------*/ |
---|
2 | /* Isidorus */ |
---|
3 | /* (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann */ |
---|
4 | /* */ |
---|
5 | /* Isidorus is freely distributable under the LGPL license. */ |
---|
6 | /* This ajax module uses the frameworks PrototypeJs and Scriptaculous, both */ |
---|
7 | /* are distributed under the MIT license. */ |
---|
8 | /* You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and */ |
---|
9 | /* in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. */ |
---|
10 | /*----------------------------------------------------------------------------*/ |
---|
11 | |
---|
12 | |
---|
13 | ul.treeView { |
---|
14 | padding-top: 10px; |
---|
15 | padding-left: 20px; |
---|
16 | list-style-type: none; |
---|
17 | } |
---|
18 | |
---|
19 | ul.treeView ul { |
---|
20 | padding-left: 20px; |
---|
21 | list-style-type: none; |
---|
22 | } |
---|
23 | |
---|
24 | ul.topicPsis { |
---|
25 | float: left; |
---|
26 | clear: left; |
---|
27 | } |
---|
28 | |
---|
29 | ul.topicPsis + span { |
---|
30 | color: #7090d0; |
---|
31 | font-size: 0.8em; |
---|
32 | margin-left: 20px; |
---|
33 | } |
---|
34 | |
---|
35 | ul.topicPsis + span + span + span { |
---|
36 | color: #7090d0; |
---|
37 | font-size: 0.8em; |
---|
38 | } |
---|
39 | |
---|
40 | ul.topicPsis + span + span { |
---|
41 | color: #7090d0; |
---|
42 | margin-left: 2px; |
---|
43 | margin-right: 2px; |
---|
44 | } |
---|
45 | |
---|
46 | ul.topicPsis + span.disabled { |
---|
47 | font-size: 0.8em; |
---|
48 | color: #eaeaee; |
---|
49 | } |
---|
50 | |
---|
51 | ul.topicPsis + span + span + span.disabled { |
---|
52 | font-size: 0.8em; |
---|
53 | color: #eaeaee; |
---|
54 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.