added name field to photo ul page,correct id
This commit is contained in:
parent
b68bae4f42
commit
4e07207c5b
@ -44,7 +44,7 @@
|
||||
<button id="rot-left" class="rot-left">Rotate left</button>
|
||||
<button id="rot-right" class="rot-right">Rotate right</button>
|
||||
<br><br>
|
||||
<textarea id="name" rows="1" placeholder="Your Name"></textarea>
|
||||
<textarea id="photo-name" rows="1" placeholder="Your Name"></textarea>
|
||||
<br>
|
||||
<button id="submit-photo" class="photo-buttons">Send</button>
|
||||
|
||||
|
@ -219,7 +219,7 @@ margin:10px;
|
||||
|
||||
}
|
||||
|
||||
#name{
|
||||
#photo-name{
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user