Keyboard navigation for password format. Minor focus outline crispiness.

Issue #10
This commit is contained in:
Ian Gulliver
2018-12-02 06:48:18 +00:00
parent 3a17bb8338
commit 1042f54443
2 changed files with 29 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ overview,product {
a {
margin-bottom: 1em;
padding: 0.2em;
padding: 0.1em;
max-width: 40em;
text-decoration: none;
color: black;
@@ -93,7 +93,7 @@ overview,product {
margin-top: 0.2em;
margin-bottom: 0.2em;
padding: 0.2em;
padding: 0.1em;
}
input:focus {
@@ -118,11 +118,15 @@ overview,product {
text-align: center;
}
label.recovery {
text-align: center;
}
button {
/* ugly hack to give the focus box breathing room without moving the text */
position: relative;
left: -0.2em;
padding: 0.2em;
left: -0.1em;
padding: 0.1em;
border: none;
background: none;
@@ -132,6 +136,14 @@ overview,product {
font-weight: bold;
}
button.selectable {
font-weight: normal;
}
button.selected {
font-weight: bold;
}
ol {
box-sizing: border-box;
max-width: 40em;