Browse Source

added name field to photo ul page,correct id

master
dennisdebel 10 years ago
parent
commit
4e07207c5b
  1. 2
      web/index.html
  2. 2
      web/style.css

2
web/index.html

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

2
web/style.css

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

Loading…
Cancel
Save