aboutsummaryrefslogtreecommitdiffstats
path: root/admportal/public/stylesheets/jquery.treegrid.css
diff options
context:
space:
mode:
Diffstat (limited to 'admportal/public/stylesheets/jquery.treegrid.css')
-rw-r--r--admportal/public/stylesheets/jquery.treegrid.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/admportal/public/stylesheets/jquery.treegrid.css b/admportal/public/stylesheets/jquery.treegrid.css
new file mode 100644
index 00000000..b5bf0de7
--- /dev/null
+++ b/admportal/public/stylesheets/jquery.treegrid.css
@@ -0,0 +1,6 @@
+.treegrid-indent {width:16px; height: 16px; display: inline-block; position: relative;}
+
+.treegrid-expander {width:16px; height: 16px; display: inline-block; position: relative; cursor: pointer;}
+
+.treegrid-expander-expanded{background-image: url(../img/collapse.png); }
+.treegrid-expander-collapsed{background-image: url(../img/expand.png);}