summaryrefslogtreecommitdiff
path: root/backend/php/src/setup/setup_library/xPandMenu.css
authorGiulio Cesare Solaroli <giulio.cesare@solaroli.it>2011-10-03 16:04:12 (UTC)
committer Giulio Cesare Solaroli <giulio.cesare@solaroli.it>2011-10-03 16:04:12 (UTC)
commit541bb378ddece2eab135a8066a16994e94436dea (patch) (unidiff)
treeff160ea3e26f7fe07fcfd401387c5a0232ca715e /backend/php/src/setup/setup_library/xPandMenu.css
parent1bf431fd3d45cbdf4afa3e12afefe5d24f4d3bc7 (diff)
parentecad5e895831337216544e81f1a467e0c68c4a6a (diff)
downloadclipperz-541bb378ddece2eab135a8066a16994e94436dea.zip
clipperz-541bb378ddece2eab135a8066a16994e94436dea.tar.gz
clipperz-541bb378ddece2eab135a8066a16994e94436dea.tar.bz2
Merge pull request #1 from gcsolaroli/master
First version of the restructured repository
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