summaryrefslogtreecommitdiff
path: root/backend/php/src/setup/setup_library/xPandMenu.css
Unidiff
Diffstat (limited to 'backend/php/src/setup/setup_library/xPandMenu.css') (more/less context) (ignore whitespace changes)
-rw-r--r--backend/php/src/setup/setup_library/xPandMenu.css55
1 files changed, 55 insertions, 0 deletions
diff --git a/backend/php/src/setup/setup_library/xPandMenu.css b/backend/php/src/setup/setup_library/xPandMenu.css
new file mode 100644
index 0000000..744debe
--- a/dev/null
+++ b/backend/php/src/setup/setup_library/xPandMenu.css
@@ -0,0 +1,55 @@
1#container {
2 width:500px;
3 background-color:#E7E9EE;
4}
5.Xtree, .XtreeRoot {
6 list-style-type:none;
7 margin:15px 20px;
8}
9.Xtree {
10 /* Indentation of a sub-item compared to its parent */
11 padding-left:25px;
12 margin-left:3px;
13 border-left:1px dotted #998D05;
14 width:100%;
15}
16.Xnode {
17 /* Top and bottom space for a node item */
18 margin-top:-3px;margin-bottom:3px;
19 /* Height of the node item */
20 height:20px;
21 /* Node background color */
22 background:#E7E9EE;
23 /* Font specifications for a node */
24 font-weight:bold;
25 font-size:10px;
26 cursor:pointer;
27 vertical-align:middle;
28 width:100%;
29}
30.Xnode img{ vertical-align:middle; }
31.Xleaf {
32 /* Top and bottom space for a leaf item */
33 margin-top:-10px;margin-bottom:1px;
34 /* Height of the leag item */
35 /* Leaf background color */
36 /* Font specifications for a leaf */
37 font-weight:normal;
38 font-size:10px;
39 padding:2px;
40}
41.Xnode a {
42 text-decoration:none;
43}
44.Xnode a:hover {
45 color:red;
46 text-decoration:underline;
47}
48.Xleaf a {
49 text-decoration:none;
50}
51.Xleaf a:hover {
52 color:red;
53 text-decoration:none;
54 background:#eee;
55} \ No newline at end of file