Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
generateur-slogans
Commits
cce2d9a7
Verified
Commit
cce2d9a7
authored
Sep 20, 2017
by
Thibaut Broggi
Browse files
Add step 5 input (signature)
parent
ff1dd695
Changes
2
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
cce2d9a7
...
...
@@ -161,6 +161,7 @@
</div>
<div
id=
"step5"
>
<h2>
Signez votre création ! (optionnel)
</h2>
<input
type=
"text"
id=
"signature"
></input>
<div
class=
"navButtons"
>
<a
href=
"#step4"
class=
"prevButton"
>
‹
</a>
<a
class=
"nextButton"
>
GÉNÉRER
›
</a>
...
...
style.css
View file @
cce2d9a7
...
...
@@ -178,6 +178,13 @@ div#step3 > div:nth-of-type(1) > input[type="radio"]:checked + label {
}
div
#step5
>
input
[
type
=
"text"
]
#signature
{
display
:
block
;
width
:
80%
;
margin-left
:
10%
;
padding
:
1em
;
}
textarea
,
input
[
type
=
"text"
]
{
background-color
:
#ebf3ff
;
color
:
inherit
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment