diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-03-01 13:55:25 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | ef8c2c576043330a7a22d9549284003e57c284bb (patch) | |
| tree | 187b131cb0c9441ce7dbfde7b65b6378ae216d98 /static | |
| parent | e348c0f2a6941810060b4add3dce7080175ad749 (diff) | |
Add possibility to manage own vote
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; +} |
