From 929e00675fb44f5d410c8a6b6d68ff772478433a Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Wed, 27 Nov 2024 18:16:32 -0500 Subject: [PATCH] bunker_like css form field padding tweak --- stylesheets/bunker_like.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/bunker_like.css b/stylesheets/bunker_like.css index a2b89b90..69bf3740 100644 --- a/stylesheets/bunker_like.css +++ b/stylesheets/bunker_like.css @@ -65,12 +65,13 @@ form table tr th { background: #282A2E; border: 1px solid #117743; border-radius: 2px; + padding: 3px; } input[type="text"], input[type="password"], select { - padding: 5px !important; + padding: 4px !important; } input[type="text"], input[type="password"], textarea, select {