8
8
< meta name ="author " content ="Lykon, Lollo, Neeja, Pastello " />
9
9
< title > Netkit Lab Generator</ title >
10
10
< link rel ="stylesheet " href ="src/static/vendor/css/bootstrap.min.css " />
11
+ < link rel ="stylesheet " href ="src/style/main.css " />
11
12
< script src ="src/lab-generator/helper.js "> </ script >
12
13
</ head >
13
14
20
21
21
22
<!-- MAIN-->
22
23
< div data-ng-app ="napp " data-ng-controller ="nc ">
23
- < link rel ="stylesheet " href ="src/style/main.css " />
24
24
< script src ="src/static/vendor/js/angular.min.js "> </ script >
25
25
< script src ="src/lab-generator/controller.js "> </ script >
26
-
27
26
<!-- NAVBAR-->
28
27
< div >
29
28
< nav id ="main-nav " style ="-webkit-app-region: drag "
@@ -593,16 +592,16 @@ <h3>Bash file preview:</h3>
593
592
</ div >
594
593
595
594
<!-- GRAPH -->
596
- < div id ="graph " class ="tab-pane ">
595
+ < div id ="graph " class ="tab-pane " style =" height: 100%; margin-bottom: 0; " >
597
596
< script src ="src/static/vendor/js/vis.js "> </ script >
598
597
< script src ="src/lab-generator/models/draw.js "> </ script >
599
598
< script src ="src/lab-generator/make_draw_model.js "> </ script >
600
- < div id ="mynetwork " style ="height: 65vh ; border: 1px solid lightgray; "> </ div >
599
+ < div id ="mynetwork " style ="height: calc(100% - 280px) ; border: 1px solid lightgray; "> </ div >
601
600
602
601
< div id ="controls "
603
- style ="border: 1px solid lightgray; width: 100%; margin-top: 1em; height: 25vh; overflow: scroll ; ">
602
+ style ="border: 1px solid lightgray; width: 100%; margin-top: 1em; height: 244px ; ">
604
603
< div class ="row " style ="margin: 0 !important; ">
605
- < div class ="col-md-offset-3 col-md-2 ">
604
+ < div class ="col-md-offset-2 col-md-3 ">
606
605
< h3 class ="margin-bottom: 5px; "> Edges smoothness</ h3 >
607
606
608
607
< div class ="form-group ">
@@ -629,7 +628,7 @@ <h3 class="margin-bottom: 5px;">Edges smoothness</h3>
629
628
</ select >
630
629
</ div >
631
630
</ div >
632
- < div class ="col-md-2 ">
631
+ < div class ="col-md-3 ">
633
632
< h3 class ="margin-bottom: 5px; "> Physics</ h3 >
634
633
635
634
< div class ="form-group ">
@@ -648,7 +647,7 @@ <h3 class="margin-bottom: 5px;">Physics</h3>
648
647
value ='-1200 ' id ='physicsGravitationalConstantValue ' readonly ='true '>
649
648
</ div >
650
649
</ div >
651
- < div class ="col-md-2 ">
650
+ < div class ="col-md-3 ">
652
651
< h3 class ="margin-bottom: 5px; "> Miscellaneous</ h3 >
653
652
654
653
< div class ="form-group ">
0 commit comments