# HG changeset patch # User cavaliet # Date 1378895010 -7200 # Node ID 2ed617d405982911572b5ff7796f9c8c76eac225 # Parent 3f5cd0a7b22363e22c61238de0b09d5023a3a6c5 forms hidden by default diff -r 3f5cd0a7b223 -r 2ed617d40598 src/p4l/static/p4l/css/semantictree.css --- a/src/p4l/static/p4l/css/semantictree.css Wed Sep 11 11:37:16 2013 +0200 +++ b/src/p4l/static/p4l/css/semantictree.css Wed Sep 11 12:23:30 2013 +0200 @@ -11,6 +11,12 @@ overflow-x: hidden; overflow-y: auto; } +.bottom-5 { + margin-bottom: 5px; +} +.after-plus { + padding-top: 5px; +} /* .ng-scope { border: 1px dashed red; diff -r 3f5cd0a7b223 -r 2ed617d40598 src/p4l/static/p4l/js/p4l.js --- a/src/p4l/static/p4l/js/p4l.js Wed Sep 11 11:37:16 2013 +0200 +++ b/src/p4l/static/p4l/js/p4l.js Wed Sep 11 12:23:30 2013 +0200 @@ -136,6 +136,7 @@ $scope[k] = attr_dict[k]; } } + $scope.formVisible = false; // initalize autocomplete and browse thesaurus events // We have to timeout because init_browse needs the real ids and not {{ $id }} // NB : scope.apply generates bug @@ -188,6 +189,7 @@ $scope[k] = attr_dict[k]; } } + $scope.formVisible = false; // initalize autocomplete and browse thesaurus events // We have to timeout because init_browse needs the real ids and not {{ $id }} // NB : scope.apply generates bug diff -r 3f5cd0a7b223 -r 2ed617d40598 src/p4l/static/p4l/templates/addSemanticUriForm.html --- a/src/p4l/static/p4l/templates/addSemanticUriForm.html Wed Sep 11 11:37:16 2013 +0200 +++ b/src/p4l/static/p4l/templates/addSemanticUriForm.html Wed Sep 11 12:23:30 2013 +0200 @@ -1,8 +1,9 @@