Expanding the display of errors, with support from Luke Goh.

This commit is contained in:
Tom Slominski
2015-07-09 00:13:35 +01:00
parent 36ee279e18
commit c40f67c435
2 changed files with 36 additions and 9 deletions

View File

@@ -228,6 +228,8 @@ input[type=submit] {
transition: background 0.5s;
cursor: pointer;
margin: 0;
padding: 7px;
display: inline-block;
}
.button:hover, .zeroclipboard-is-hover {
@@ -240,11 +242,17 @@ input[type=submit] {
/* Output */
.error {
color: red;
font-weight: bold;
text-align: center;
}
.error p.message {
margin-bottom: 30px;
}
.error p .key {
font-weight: bold;
}
.copy-button {
margin-top: 2px;
}
@@ -308,7 +316,6 @@ svg#url-qr-code {
}
.bookmarklet {
padding: 7px;
font-size: 1.4rem;
color: black;
}