diff --git a/README.md b/README.md
index e0631dcf..64d7920e 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ TODO:
- [ ] Trustee page to take part in Distribute Key Gen
- [x] Simulated
- [ ] Backend assigns vote tokens and emails invitation to voters
+ - [ ] Password protect
- [x] Voter interface to cast vote
- [ ] Encrypt voters vote
- [ ] Submit Voters vote
diff --git a/src/admin/AddPeople.tsx b/src/admin/AddPeople.tsx
index 3359cd4f..fde678bf 100644
--- a/src/admin/AddPeople.tsx
+++ b/src/admin/AddPeople.tsx
@@ -11,7 +11,9 @@ export const AddPeople = ({
}) => (
<>
Add {type} by email address, 1 per line:
-
+
+
+
setPubKey && setPubKey(true)} type="submit" value="Send Invitation" />
{disabled && (
@@ -26,8 +28,24 @@ export const AddPeople = ({
textarea {
width: 100%;
height: 200px;
- font-size: 20px;
- padding: 8px;
+
+ background: url(http://i.imgur.com/2cOaJ.png);
+ background-attachment: local;
+ background-repeat: no-repeat;
+ padding-left: 35px;
+ padding-top: 10px;
+ border-color: #ccc;
+
+ font-size: 13px;
+ line-height: 16px;
+ }
+
+ .textarea-wrapper {
+ display: inline-block;
+ background-image: linear-gradient(#f1f1f1 50%, #f9f9f9 50%);
+ background-size: 100% 32px;
+ background-position: left 10px;
+ width: 100%;
}
div {