commit | 3ce37b89c89043b91cfeff004cd88503e206c800 | [log] [tgz] |
---|---|---|
author | gstepanov <gstepanov@mirantis.com> | Thu Feb 12 16:20:56 2015 +0200 |
committer | gstepanov <gstepanov@mirantis.com> | Thu Feb 12 16:21:26 2015 +0200 |
tree | 19b3577cd704224a5b8295d23a1aef6cf36a1ca6 | |
parent | ffec7609b6cd84a14cf084a950489f71803a872e [diff] [blame] |
layout changed, jquery added, comparision fixed
diff --git a/web_app/static/style.css b/web_app/static/style.css new file mode 100644 index 0000000..06a94d8 --- /dev/null +++ b/web_app/static/style.css
@@ -0,0 +1,5 @@ +.active i.icon-folder-open{ display:inline-block; } +.active i.icon-folder-close { display:none;} + +.inactive i.icon-folder-close{ display:inline-block; } +.inactive i.icon-folder-open { display:none;} \ No newline at end of file