source: branches/gdl-frontend/src/ajax/css/tree.css

Last change on this file was 328, checked in by lgiessmann, 14 years ago

fixed ticket #75 --> changed license terms from LGPL to LLGPL in the trunk tree

File size: 1.5 KB
Line 
1/*----------------------------------------------------------------------------*/
2/*  Isidorus                                                                  */
3/*  (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff             */
4/*                                                                            */
5/*  Isidorus is freely distributable under the LLGPL 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/LLGPL-LICENSE.txt,      */
9/*  trunk/docs/LGPL-LICENSE.txt and in                                        */
10/*  trunk/src/ajax/javascripts/external/MIT-LICENSE.txt.                      */
11/*----------------------------------------------------------------------------*/
12
13ul.treeView {
14    padding-top: 10px;
15    padding-left: 20px;
16    list-style-type: none;
17}
18
19ul.treeView ul {
20    padding-left: 20px;
21    list-style-type: none;
22}
23
24ul.topicPsis {
25    float: left;
26    clear: left;
27}
28
29ul.topicPsis + span {
30    color: #7090d0;
31    font-size: 0.8em;
32    margin-left: 20px;
33}
34
35ul.topicPsis + span + span + span {
36    color: #7090d0;
37    font-size: 0.8em;
38}
39
40ul.topicPsis + span + span {
41    color: #7090d0;
42    margin-left: 2px;
43    margin-right: 2px;
44}
45
46ul.topicPsis + span.disabled {
47    font-size: 0.8em;
48    color: #eaeaee;
49}
50
51ul.topicPsis + span + span + span.disabled {
52    font-size: 0.8em;
53    color: #eaeaee;
54}
Note: See TracBrowser for help on using the repository browser.