From: Radek Czajka Date: Fri, 30 Jul 2021 12:58:17 +0000 (+0200) Subject: Minor layout change. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/f79dfbc9ce509552fd299a99a4e87ecc56d071bd Minor layout change. --- diff --git a/src/club/locale/pl/LC_MESSAGES/django.mo b/src/club/locale/pl/LC_MESSAGES/django.mo index b6bd8a38d..daf60372b 100644 Binary files a/src/club/locale/pl/LC_MESSAGES/django.mo and b/src/club/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/club/locale/pl/LC_MESSAGES/django.po b/src/club/locale/pl/LC_MESSAGES/django.po index 78d5245a2..2dfc3ec0d 100644 --- a/src/club/locale/pl/LC_MESSAGES/django.po +++ b/src/club/locale/pl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2021-07-30 14:51+0200\n" +"PO-Revision-Date: 2021-07-30 14:57+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: pl\n" @@ -45,7 +45,7 @@ msgid "" "gadgets." msgstr "" "Jeśli zostawisz nam swój adres, to będziemy mogli wysłać Ci pocztówkę i inne " -"drobne gadżety Wolnych Lektur." +"gadżety Wolnych Lektur." #: club/forms.py:56 club/models.py:387 msgid "postal code" diff --git a/src/club/static/club/club.scss b/src/club/static/club/club.scss index 004f4e667..ad63bfca8 100644 --- a/src/club/static/club/club.scss +++ b/src/club/static/club/club.scss @@ -191,23 +191,23 @@ label.required { textarea { box-sizing: border-box; padding: 8px; - width: 440px; + width: 400px; height: 4em; } input[type="text"], input[type="email"] { box-sizing: border-box; - width: 440px; + width: 400px; padding: 8px; &#id_postal_code { - width: 120px; + width: 100px; } &#id_postal_town { - width: 320px; + width: 300px; } } select { box-sizing: border-box; - width: 440px; + width: 400px; padding: 8px; } }