added name field to photo ul page,correct id

This commit is contained in:
dennisdebel 2015-05-19 23:11:50 +02:00
parent b68bae4f42
commit 4e07207c5b
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -219,7 +219,7 @@ margin:10px;
}
#name{
#photo-name{
-webkit-appearance: none;
-moz-appearance: none;