forked from tykayn/funky-framadate-front
remove placeholder
This commit is contained in:
parent
e00dff4acb
commit
ba4fad8a31
@ -38,7 +38,6 @@
|
||||
type="text"
|
||||
id="poll_title"
|
||||
name="poll_title"
|
||||
placeholder="titre"
|
||||
[(ngModel)]="config.title"
|
||||
>
|
||||
|
||||
@ -51,7 +50,6 @@
|
||||
type="text"
|
||||
name="my_name"
|
||||
id="my_name"
|
||||
placeholder="mon nom"
|
||||
[(ngModel)]="config.myName"
|
||||
>
|
||||
</div>
|
||||
@ -68,7 +66,6 @@
|
||||
id="poll_description"
|
||||
name="poll_description"
|
||||
[(ngModel)]="config.description"
|
||||
placeholder="description"
|
||||
cols="50"
|
||||
lines="5"
|
||||
></textarea>
|
||||
|
@ -12,6 +12,8 @@ textarea {
|
||||
input,
|
||||
select {
|
||||
display: inline-block;
|
||||
margin-bottom:10px;
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
Loading…
Reference in New Issue
Block a user