diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/styles.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index fae665b..73feb61 100644 --- a/static/styles.css +++ b/static/styles.css @@ -122,6 +122,10 @@ table { margin: 0; } +.vote-table input[name="voter_name"] { + max-width: 150px; +} + .danger-zone { margin-top: 40px; } @@ -183,4 +187,10 @@ button#share-link-copy { color: black; font-size: 25px; line-height: 16px; -}
\ No newline at end of file +} + +input[type="submit"].delete-voter-btn { + margin-left: 5px; + background: none; + padding: 0; +} |
