diff --git a/.gitignore b/.gitignore index 789ad1fc2..b6b54904e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ memgraph *~ *.pyc *.breakpoint +*.session.yaml diff --git a/demo/simulation/static/demo.css b/demo/simulation/static/demo.css index abc32f8d2..ec0cd3441 100644 --- a/demo/simulation/static/demo.css +++ b/demo/simulation/static/demo.css @@ -1,10 +1,16 @@ body { + font-family: GillSans, Calibri, Trebuchet, sans-serif; background-color: #eee; } .w100 { - width: 100%; + width: 100%; +} + +.title { + width: 90%; + color: #007FFF; } .CodeMirror { @@ -15,3 +21,15 @@ body { svg, text { font-size: 28; } + +.btn { + background-color: #007FFF; +} + +.btn:hover { + background-color: #007FFF; +} + +.btn:focus { + background-color: #007FFF; +} diff --git a/demo/simulation/static/demo.html b/demo/simulation/static/demo.html index 3c83c32e3..3898bed09 100644 --- a/demo/simulation/static/demo.html +++ b/demo/simulation/static/demo.html @@ -6,6 +6,7 @@ + @@ -14,17 +15,28 @@