[typo] Changed input type in admin pannel

Changed input type in admin panel from url to text. On mobile
    (tested on iOS only) this would prompt a keybaord that would lack a
    spacebar
main
Joaquin 3 years ago
parent 9b6b0301b4
commit 6b618a584e
Signed by: puly
GPG Key ID: 9E9299CD96C65EC6
  1. 2
      webFiles/adminpanel.html

@ -16,7 +16,7 @@
<p class="text-3xl pb-10 font-extrabold tracking-wide">ADMIN PANEL</p> <p class="text-3xl pb-10 font-extrabold tracking-wide">ADMIN PANEL</p>
<div class="text-center text-white"> <div class="text-center text-white">
<input type="url" id="text" class="text-xl rounded-xl text-black py-3 px-3 w-full" placeholder="PROPUNERE"> <input type="text" id="text" class="text-xl rounded-xl text-black py-3 px-3 w-full" placeholder="PROPUNERE">
<p class="pb-10"> </p> <p class="pb-10"> </p>
<button type="button" class="rounded-xl w-full bg-indigo-900 my-2 py-5 my-2 px-5 text-sm md:text-xl font-bold tracking-wide justify-center items-center font-[manrope]" id="startvot">STARTVOT</button> <button type="button" class="rounded-xl w-full bg-indigo-900 my-2 py-5 my-2 px-5 text-sm md:text-xl font-bold tracking-wide justify-center items-center font-[manrope]" id="startvot">STARTVOT</button>
<button type="button" class="rounded-xl w-full bg-indigo-900 my-2 py-5 my-2 px-5 text-sm md:text-xl font-bold tracking-wide justify-center items-center font-[manrope]" id="show">REZULTATE - STOP VOT</button> <button type="button" class="rounded-xl w-full bg-indigo-900 my-2 py-5 my-2 px-5 text-sm md:text-xl font-bold tracking-wide justify-center items-center font-[manrope]" id="show">REZULTATE - STOP VOT</button>

Loading…
Cancel
Save