Commit f8da82f1 authored by Thomas Mathieu's avatar Thomas Mathieu
Browse files

Merge branch '21-update-graphics-page' into 'master'

css adjustement

Closes #21

See merge request !23
1 merge request!23css adjustement
Showing with 6 additions and 6 deletions
+6 -6
......@@ -16,10 +16,10 @@ graph-select {
.horizontal-sep {
border: 0.5px solid rgb(0,94,184);
margin-top: 150px;
width: 40%;
position: absolute;
/* margin-left: -50px; */
margin-top: 170px;
margin-left: 0%;
width: 100%;
position: relative;
}
......
......@@ -35,9 +35,9 @@
<button mat-raised-button (click)="generateGraphic()" type="submit" class="button-generate" title="Générer le graphique">Générer graphique</button>
<button mat-button title="Annuler" class="button-cancel" (click)="reset()">X</button>
</form>
<div class="horizontal-sep"></div>
</div>
</div>
<div class="horizontal-sep"></div>
<!-- Display graphic if inputs are accurates and button generate is clicked on -->
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment