From f7323c314c42bdc6ff17ec6f3804d6acc9a481ee Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 13 Nov 2019 09:00:30 +0100 Subject: [PATCH] Smaller icons. --- src/wolnelektury/static/scss/main/form.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wolnelektury/static/scss/main/form.scss b/src/wolnelektury/static/scss/main/form.scss index ba7616d91..46335a128 100755 --- a/src/wolnelektury/static/scss/main/form.scss +++ b/src/wolnelektury/static/scss/main/form.scss @@ -71,7 +71,7 @@ form table { img { vertical-align: middle; margin-right: 1em; - height: 36px; + height: 30px; } label { display: inline; @@ -82,7 +82,7 @@ form table { .method { border: 1px solid black; border-radius: 5px; - line-height: 34px; + line-height: 28px; display: inline-block; vertical-align: middle; padding: 0 1em; -- 2.20.1