Skip to content

Commit

Permalink
Check if the email is alreary in the local database
Browse files Browse the repository at this point in the history
- added confirm screen to modify an existent key
- updated Gaia Components
- Fixed README
- Fixed status style
- Minor fixes
  • Loading branch information
Aronne Brivio committed May 11, 2015
1 parent 92b29c8 commit 02bfd7d
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 136 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It's possible to:
##History
- **1.0**
First version
- **1.5**
- **1.5**
Added double check of the passphrase while generating a new pair
It's now possible to import a public key from file
Delete a single key is now working
Expand Down
1 change: 1 addition & 0 deletions css/gaia/action_menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
text-shadow: none;
text-align: start;
padding: 0 1.2rem;
-moz-padding-end: 0.2rem;
margin: 0 1.5rem 1rem 1.5rem;
background: rgba(87, 87, 87, 0.8);
border: none;
Expand Down
2 changes: 1 addition & 1 deletion css/gaia/confirm.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ form[role="dialog"][data-type="confirm"] menu button {
width: 100%;
height: 4rem;
margin: 0 0 1rem;
padding: 0 1.2rem;
padding: 0 0.2rem;
-moz-box-sizing: border-box;
display: inline-block;
vertical-align: middle;
Expand Down
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,8 @@ section[role="region"][data-position="right"] {
animation: downToDown 0.4s forwards;
-webkit-animation: downToDown 0.4s forwards;
}

section[role="status"] p {
line-height: 2rem;
margin: 2rem 3rem;
}
Loading

0 comments on commit 02bfd7d

Please sign in to comment.