mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
remove placeholder
This commit is contained in:
parent
e00dff4acb
commit
ba4fad8a31
@ -38,7 +38,6 @@
|
|||||||
type="text"
|
type="text"
|
||||||
id="poll_title"
|
id="poll_title"
|
||||||
name="poll_title"
|
name="poll_title"
|
||||||
placeholder="titre"
|
|
||||||
[(ngModel)]="config.title"
|
[(ngModel)]="config.title"
|
||||||
>
|
>
|
||||||
|
|
||||||
@ -51,7 +50,6 @@
|
|||||||
type="text"
|
type="text"
|
||||||
name="my_name"
|
name="my_name"
|
||||||
id="my_name"
|
id="my_name"
|
||||||
placeholder="mon nom"
|
|
||||||
[(ngModel)]="config.myName"
|
[(ngModel)]="config.myName"
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
@ -68,7 +66,6 @@
|
|||||||
id="poll_description"
|
id="poll_description"
|
||||||
name="poll_description"
|
name="poll_description"
|
||||||
[(ngModel)]="config.description"
|
[(ngModel)]="config.description"
|
||||||
placeholder="description"
|
|
||||||
cols="50"
|
cols="50"
|
||||||
lines="5"
|
lines="5"
|
||||||
></textarea>
|
></textarea>
|
||||||
|
@ -12,6 +12,8 @@ textarea {
|
|||||||
input,
|
input,
|
||||||
select {
|
select {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
margin-bottom:10px;
|
||||||
|
margin-left:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user