diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-03-17 15:50:30 +0100 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-03-17 15:50:30 +0100 |
commit | 971d279043e45c555d36502ae2bbaed2b81c2806 (patch) | |
tree | 1c4618f6d395bb3dadc7cf6483c7002dc13ba321 /index.html | |
parent | d5c9ebfe4e548d2aa7146045a9bc38d115a98a1d (diff) |
Buttons are bloat
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -38,12 +38,12 @@ <input type="text" id="endobj" style='width:100%' onchange='parse_time(event)'> </p> <h3 id="video-time">Video Time</h3> - <button id="compute_button" onclick="compute()">Compute time</button> <input type="text" id="time" readonly - size="20"> + <input type="text" id="time" readonly size="20"> <p> <textarea id="mod_message" cols="40" rows="5" disabled></textarea> </p> - <button id="mod_message_button" onclick="copy_mod_message()" disabled>Copy Mod Message to Clipboard</button> + <button id="mod_message_button" onclick="copy_mod_message()" disabled>Copy Mod Message to + Clipboard</button> </div> </body> |