# HG changeset patch # User cavaliet # Date 1378892160 -7200 # Node ID 80868ae3009c9d8e0447619c3ff0feae75a7d91f # Parent 8433e12362e0c4e3ed3164cf3113b44359b7da77 enhance jstree css diff -r 8433e12362e0 -r 80868ae3009c src/p4l/static/p4l/css/semantictree.css --- a/src/p4l/static/p4l/css/semantictree.css Tue Sep 10 17:51:25 2013 +0200 +++ b/src/p4l/static/p4l/css/semantictree.css Wed Sep 11 11:36:00 2013 +0200 @@ -1,8 +1,20 @@ -/*.ng-scope { +@charset "UTF-8"; + +.ui-dialog { + height: 415px !important; +} +.ui-dialog-content { + padding: 0 !important; +} +.jstree ul:first-child { + height: 300px; + overflow-x: hidden; + overflow-y: auto; +} +/* +.ng-scope { border: 1px dashed red; } -@charset "UTF-8"; - .large_25 { width: 25px; }