From b42091406ba4f4abe8591a793e2334d38613aaf5 Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Sat, 5 Aug 2023 01:32:00 +0530 Subject: Make tag input nicer with JS (if enabled) --- static/styles/main.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'static/styles') diff --git a/static/styles/main.css b/static/styles/main.css index f6c6a27..1bc1709 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -57,11 +57,12 @@ span.tag { display: table-row; } - div.side-by-side-help-container>* { + div.side-by-side-help-container>label, + div.side-by-side-help-container input { display: table-cell; } - div.side-by-side-help-container>.hover-help:focus::after { + div.side-by-side-help-container .hover-help:focus::after { content: attr(title); font-size: small; padding-left: 0.2em; -- cgit v1.2.3-57-g22cb