From ef8c2c576043330a7a22d9549284003e57c284bb Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 1 Mar 2024 13:55:25 +0200 Subject: Add possibility to manage own vote --- static/styles.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'static') 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; +} -- cgit v1.3