Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Commits
9f7f04ee
Commit
9f7f04ee
authored
4 weeks ago
by
Alexa Valentová
Browse files
Options
Downloads
Patches
Plain Diff
fix object fit, css, required fields
parent
53c1f912
No related branches found
No related tags found
2 merge requests
!1273
Release
,
!1272
fix object fit, css, required fields
Pipeline
#20820
passed
4 weeks ago
Stage: build
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
make_a_wish/templates/make_a_wish/make_a_wish_root.html
+15
-4
15 additions, 4 deletions
make_a_wish/templates/make_a_wish/make_a_wish_root.html
with
15 additions
and
4 deletions
make_a_wish/templates/make_a_wish/make_a_wish_root.html
+
15
−
4
View file @
9f7f04ee
...
...
@@ -24,7 +24,7 @@
<div
class=
"xl:!w-[115%]"
>
<div
class=
"flex gap-0 xl:flex-row flex-col"
>
{% image page.new_wish_image original class="h-32 xl:flex-1" style="height:6rem" %}
{% image page.new_wish_image original class="h-32 xl:flex-1" style="height:6rem
; object-fit:contain
" %}
<div
class=
"
...
...
@@ -52,30 +52,41 @@
{% endfor %}
<textarea
class=
"bg-
white
font-alt p-3 text-3xl w-full"
class=
"bg-
grey-150
font-alt p-3 text-3xl w-full"
placeholder=
"Přeju si, aby..."
name=
"vase_prani"
id=
"id_vase_prani"
required
></textarea>
<div
class=
"flex xl:gap-6 gap-4 justify-center mt-4 xl:flex-row flex-col"
>
<input
type=
"text"
class=
"bg-
white
font-alt p-3 text-3xl flex-1"
class=
"bg-
grey-150
font-alt p-3 text-3xl flex-1"
placeholder=
"Jméno & příjmení"
name=
"jmeno_a_prijmeni"
id=
"id_jmeno_a_prijmeni"
required
>
<input
type=
"email"
class=
"bg-
white
font-alt p-3 text-3xl flex-1"
class=
"bg-
grey-150
font-alt p-3 text-3xl flex-1"
placeholder=
"E-mail"
name=
"e_mail"
id=
"id_e_mail"
required
>
</div>
<div
class=
"mt-4"
>
<input
type=
"checkbox"
name=
"accepts_gdpr"
id=
"accepts_gdpr"
required=
""
>
<label
for=
"accepts_gdpr"
class=
"text-lg"
>
Dávám souhlas se zpracováním osobních a údajů. Více o ochraně osobních údajů zde:
<a
class=
"text-grey-600 underline"
href=
"https://www.pirati.cz/ochrana-osobnich-udaju/"
>
pirati.cz/ochrana-osobnich-udaju
</a>
</label>
</div>
<div
class=
"mt-4"
>
<input
type=
"submit"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment