corpus ajax loaded and displayed as physics map

This commit is contained in:
Bachir Soussi Chiadmi
2017-12-18 19:03:20 +01:00
parent 32b20d353c
commit 6255e3285a
15 changed files with 1520 additions and 11982 deletions
@@ -1,3 +1,4 @@
node_modules/
.npm-debug-log
package-lock.json
bower_components/
@@ -19,7 +19,8 @@ div.layout-container {
height: 100%;
padding: 1em;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
box-sizing: border-box;
z-index: 1; }
header[role="banner"] {
outline: 1px solid blue; }
@@ -20,6 +20,7 @@ div.layout-container{
width:100%; height:100%;
padding:1em;
box-sizing: border-box;
z-index: 1;
}
header[role="banner"]{