~ron-pedde/openstack-manuals/mysql-fixes

« back to all changes in this revision

Viewing changes to doc/target/docbkx/webhelp/openstack-compute-api/os-devguide/common/jquery/treeview/jquery.treeview.css

  • Committer: Anne Gentle
  • Date: 2011-04-08 14:09:46 UTC
  • Revision ID: anne@openstack.org-20110408140946-gu58n41vov335xqc
More public IP address information and built PDF and HTML

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.treeview, .treeview ul { 
 
2
        padding: 0;
 
3
        margin: 0;
 
4
        list-style: none;
 
5
}
 
6
 
 
7
.treeview ul {
 
8
        margin-top: 4px;
 
9
}
 
10
 
 
11
.treeview .hitarea {
 
12
        background: url(images/treeview-default.gif) -64px -25px no-repeat;
 
13
        height: 16px;
 
14
        width: 16px;
 
15
        margin-left: -16px;
 
16
        float: left;
 
17
        cursor: pointer;
 
18
}
 
19
/* fix for IE6 */
 
20
* html .hitarea {
 
21
        display: inline;
 
22
        float:none;
 
23
}
 
24
 
 
25
.treeview li { 
 
26
        margin: 0;
 
27
        padding: 3px 0 3px 16px;
 
28
}
 
29
 
 
30
.treeview a.selected {
 
31
        background-color: #eee;
 
32
}
 
33
 
 
34
#treecontrol { margin: 1em 0; display: none; }
 
35
 
 
36
.treeview .hover { color: black; cursor: pointer; }
 
37
 
 
38
.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
 
39
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
 
40
 
 
41
.treeview .expandable-hitarea { background-position: -80px -3px; }
 
42
 
 
43
.treeview li.last { background-position: 0 -1766px }
 
44
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }  
 
45
.treeview li.lastCollapsable { background-position: 0 -111px }
 
46
.treeview li.lastExpandable { background-position: -32px -67px }
 
47
 
 
48
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
 
49
 
 
50
.treeview-red li { background-image: url(images/treeview-red-line.gif); }
 
51
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); } 
 
52
 
 
53
.treeview-black li { background-image: url(images/treeview-black-line.gif); }
 
54
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif); }  
 
55
 
 
56
.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
 
57
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); } 
 
58
 
 
59
.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
 
60
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); } 
 
61
 
 
62
 
 
63
.filetree li { padding: 3px 0 2px 16px; }
 
64
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 20px; display: block; }
 
65
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
 
66
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
 
67
.filetree span.file { background: url(images/page_white_text.png) 0 0 no-repeat; }
 
68
 
 
69
.filetree li span a {
 
70
        text-decoration: none;
 
71
        font-size: 12px;
 
72
        color: #517291;
 
73
}
 
74
 
 
75
html, body {height:100%; margin: 0; padding: 0; }
 
76
 
 
77
/*
 
78
html>body {
 
79
        font-size: 16px;
 
80
        font-size: 68.75%;
 
81
} Reset Base Font Size */
 
82
  /*
 
83
body {
 
84
        font-family: Verdana, helvetica, arial, sans-serif;
 
85
        font-size: 68.75%;
 
86
        background: #fff;
 
87
        color: #333;
 
88
}   */ 
 
89
 
 
90
a img { border: none; }
 
 
b'\\ No newline at end of file'