From 409a62ba1ac1dd3a1d50907627991dfb7d350404 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 1 Mar 2024 09:55:52 +0200 Subject: Improve checkbox styling, add clipboard copy button --- static/styles.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index 0ddd9f4..301834b 100644 --- a/static/styles.css +++ b/static/styles.css @@ -118,6 +118,11 @@ table { background-color: #f8f6ff; /* Light grey background */ } +.vote-table td input[type="checkbox"] { + margin: 0; + width: 100%; +} + .danger-zone { margin-top: 40px; } @@ -167,3 +172,16 @@ td.checkbox-field input[type="checkbox"] { flex: initial; margin-left: 0; } + +input[type="checkbox"] { + height: 20px; + width: 20px; +} + +button#share-link-copy { + padding: 0; + background: none; + color: black; + font-size: 25px; + line-height: 16px; +} \ No newline at end of file -- cgit v1.3