Skip to content

Commit

Permalink
Merge pull request #412 from oduwsdl/issue-406
Browse files Browse the repository at this point in the history
Add semantics/accessibility to main replay UI. Closes #406
  • Loading branch information
machawk1 authored Jul 3, 2018
2 parents 43d1637 + 723109a commit e7c3f29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ipwb/webui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<div>
<h1><img src="./webui/logo.png" alt="ipwb" /></h1>
<form onsubmit="handleSubmit(); return false;">
<input type="text" placeholder="http://" id="url" />
<input type="text" placeholder="http://example.com" id="url" aria-label="Enter a URI" />
<input type="submit" value="Search URL in the archive"/>
</form>
</div>
<footer>
Expand Down
4 changes: 3 additions & 1 deletion ipwb/webui/webui.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ details summary {color: #8f1d27; text-decoration: underline; font-weight: bold;
details summary:hover {cursor: pointer;}
details label {padding: 0; color: #8f1d27; width: 200px; text-align: right; display: block; float: left; margin-right: 1.0em; width: 50%;}
details label#daemonStatusLabel {height: 10px; margin-top: 0; vertical-align: top;}
details label#swLabel {height: 2.0em;}
details label#swLabel {height: 2.0em;}

form input[type=submit] {display: block; clear: both; margin: 0.5em auto 0 auto;}

0 comments on commit e7c3f29

Please sign in to comment.