From a24b2b3de7995d28420f09c988fbb7ef31d0e15c Mon Sep 17 00:00:00 2001 From: unwox Date: Tue, 22 Oct 2024 00:47:37 +0600 Subject: move sites information to corresponding parser modules --- static/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 87aa40b..c47ae13 100644 --- a/static/style.css +++ b/static/style.css @@ -226,10 +226,14 @@ body { position: relative; } + .form-price-per input { + height: 1.5rem; + } + .form-price-per label { position: absolute; top: 0; - padding: 0.5rem 2rem; + padding: 0.25rem 2rem; left: 0; width: 100%; height: 100%; -- cgit v1.2.3