-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0736af
commit b339b2b
Showing
4 changed files
with
274 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
.pgp_section { float: right; margin-right: 10px; margin-top: 10px; } | ||
.pgp_section { width: 80%; margin-left: 50px; text-align: right; } | ||
.pgp_section input, .pgp_section label, .pgp_section select { margin-right: 10px; } | ||
.pgp_section select { overflow-y: auto; } | ||
.pgp_block { margin-bottom: 30px; margin-left: 40px; padding-top: 20px; } | ||
.pgp_keys { padding-left: 30px; margin-top: 20px; } | ||
.pgp_keys { width: 50%; padding-left: 30px; margin-top: 20px; } | ||
.pgp_keys th { color: #666; padding: 5px; padding-bottom: 2px; border-bottom: solid 1px #eee; font-weight: normal; text-align: left; } | ||
.pgp_keys td { padding: 10px; } | ||
.pgp_keys td img { opacity: .6; } | ||
.pgp_subblock { margin-bottom: 40px; } | ||
.priv_keys, .public_keys { display: none; } | ||
.key_count { float: right; margin-right: 120px; font-size: 90%; } | ||
.private_key_count, .key_count { float: right; margin-right: 120px; font-size: 90%; } | ||
.pgp_msg_controls { display: none; position: absolute; right: 20px; top: 70px; } | ||
.pgp_sign { display: none; } | ||
.delete_pgp_key { border: none !important; width: 16px; height: 16px; cursor: pointer; opacity: .7} | ||
.passphrase_prompt { display: none; text-align: center; top: 0px; padding: 20px; background-color: #fff; position: absolute; z-index: 101; left: 0; right: 0; margin: auto; width: 300px; border: solid 1px #ccc; border-top: none; } |
Oops, something went wrong.