From c0495fbfcc91ba11b57cbff300fbdd76b925c97a Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Wed, 8 Jun 2022 18:39:32 +0300 Subject: [PATCH] Interwiki: Adjust the margins between the forms --- static/default.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static/default.css b/static/default.css index aa3d9a6..bf17b66 100644 --- a/static/default.css +++ b/static/default.css @@ -880,10 +880,13 @@ body[data-rrh-addr^="/interwiki"] input[type="url"] { max-width: 35rem; } body[data-rrh-addr^="/interwiki"] main form { - padding: 0 1rem 1rem 1rem; - margin: 0 -1rem 1rem -1rem; + padding: 0 16px 16px 16px; + margin: 0 -16px 16px -16px; border: 2px solid #999; } +body[data-rrh-addr^="/interwiki"] main form + form { + margin-top: -18px; +} .required-field::after { color: red; content: "*";