Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
software-engineering-project
front-end
Commits
f8da82f1
Commit
f8da82f1
authored
3 years ago
by
Thomas Mathieu
Browse files
Options
Download
Plain Diff
Merge branch '21-update-graphics-page' into 'master'
css adjustement Closes
#21
See merge request
!23
parents
c4a66d1b
4c2ed77f
master
1 merge request
!23
css adjustement
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/pages/graphics-page/graphics-page.component.css
+4
-4
src/app/pages/graphics-page/graphics-page.component.css
src/app/pages/graphics-page/graphics-page.component.html
+2
-2
src/app/pages/graphics-page/graphics-page.component.html
with
6 additions
and
6 deletions
+6
-6
src/app/pages/graphics-page/graphics-page.component.css
+
4
−
4
View file @
f8da82f1
...
...
@@ -16,10 +16,10 @@ graph-select {
.horizontal-sep
{
border
:
0.5px
solid
rgb
(
0
,
94
,
184
);
margin-top
:
1
5
0px
;
width
:
4
0%
;
position
:
absolute
;
/* margin-left: -50px; */
margin-top
:
1
7
0px
;
margin-left
:
0%
;
width
:
100%
;
position
:
relative
;
}
...
...
This diff is collapsed.
Click to expand it.
src/app/pages/graphics-page/graphics-page.component.html
+
2
−
2
View file @
f8da82f1
...
...
@@ -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 -->
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets