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) (side-by-side diff)
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 @@
+#container {
+ width:500px;
+ background-color:#E7E9EE;
+}
+.Xtree, .XtreeRoot {
+ list-style-type:none;
+ margin:15px 20px;
+}
+.Xtree {
+ /* Indentation of a sub-item compared to its parent */
+ padding-left:25px;
+ margin-left:3px;
+ border-left:1px dotted #998D05;
+ width:100%;
+}
+.Xnode {
+ /* Top and bottom space for a node item */
+ margin-top:-3px;margin-bottom:3px;
+ /* Height of the node item */
+ height:20px;
+ /* Node background color */
+ background:#E7E9EE;
+ /* Font specifications for a node */
+ font-weight:bold;
+ font-size:10px;
+ cursor:pointer;
+ vertical-align:middle;
+ width:100%;
+}
+.Xnode img{ vertical-align:middle; }
+.Xleaf {
+ /* Top and bottom space for a leaf item */
+ margin-top:-10px;margin-bottom:1px;
+ /* Height of the leag item */
+ /* Leaf background color */
+ /* Font specifications for a leaf */
+ font-weight:normal;
+ font-size:10px;
+ padding:2px;
+}
+.Xnode a {
+ text-decoration:none;
+}
+.Xnode a:hover {
+ color:red;
+ text-decoration:underline;
+}
+.Xleaf a {
+ text-decoration:none;
+}
+.Xleaf a:hover {
+ color:red;
+ text-decoration:none;
+ background:#eee;
+} \ No newline at end of file