Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
bbc800e3
Commit
bbc800e3
authored
Aug 03, 2017
by
Aria Givi
Browse files
Pro Zeile sind nun zwei Textfelder nebeneinander, Schriftgröße des unteren Absatzes angepasst
parent
d239e764
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/static-pages.less
View file @
bbc800e3
...
@@ -682,8 +682,8 @@ label.select-label {
...
@@ -682,8 +682,8 @@ label.select-label {
display: none!important;
display: none!important;
}
}
.beitritt-for
u
mlar-info {
.beitritt-form
u
lar-info
*
{
font-size:
6
pt !important;
font-size:
7
pt !important;
}
}
}
}
...
@@ -763,5 +763,5 @@ main fieldset {
...
@@ -763,5 +763,5 @@ main fieldset {
.signature {
.signature {
border-top: 1px dashed black;
border-top: 1px dashed black;
width: 50%;
width: 50%;
margin-top: 1
0
px;
margin-top: 1
6
px;
}
}
\ No newline at end of file
resources/views/spende/beitritt.blade.php
View file @
bbc800e3
...
@@ -13,26 +13,38 @@
...
@@ -13,26 +13,38 @@
<
label
for
=
"name"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.1'
)
}}
</
label
>
<
label
for
=
"name"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.1'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"name"
placeholder
=
"
{
{trans('beitritt.placeholder.1')}
}
"
required
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"name"
placeholder
=
"
{
{trans('beitritt.placeholder.1')}
}
"
required
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"col-sm-6"
>
<
div
class
=
"form-group beitritt-form-group"
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"firma"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.2'
)
}}
</
label
>
<
label
for
=
"firma"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.2'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"firma"
placeholder
=
"
{
{trans('beitritt.placeholder.2')}
}
"
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"firma"
placeholder
=
"
{
{trans('beitritt.placeholder.2')}
}
"
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"col-sm-6"
>
<
div
class
=
"form-group beitritt-form-group"
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"funktion"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.3'
)
}}
</
label
>
<
label
for
=
"funktion"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.3'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"funktion"
placeholder
=
"
{
{trans('beitritt.placeholder.3')}
}
"
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"funktion"
placeholder
=
"
{
{trans('beitritt.placeholder.3')}
}
"
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"col-sm-6"
>
<
div
class
=
"form-group beitritt-form-group"
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"adresse"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.4'
)
}}
</
label
>
<
label
for
=
"adresse"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.4'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"adresse"
placeholder
=
"
{
{trans('beitritt.placeholder.4')}
}
"
required
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"adresse"
placeholder
=
"
{
{trans('beitritt.placeholder.4')}
}
"
required
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"col-sm-6"
>
<
div
class
=
"form-group beitritt-form-group"
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"email"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.5'
)
}}
</
label
>
<
label
for
=
"email"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.5'
)
}}
</
label
>
<
input
type
=
"email"
class
=
"form-control beitritt-input"
name
=
"email"
placeholder
=
""
>
<
input
type
=
"email"
class
=
"form-control beitritt-input"
name
=
"email"
placeholder
=
""
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"col-sm-6"
>
<
div
class
=
"form-group beitritt-form-group"
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"homepage"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.6'
)
}}
</
label
>
<
label
for
=
"homepage"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.6'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"homepage"
placeholder
=
"http://"
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"homepage"
placeholder
=
"http://"
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"col-sm-6"
>
<
div
class
=
"form-group beitritt-form-group"
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
for
=
"telefon"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.7'
)
}}
</
label
>
<
label
for
=
"telefon"
class
=
"non-bold"
>
{{
trans
(
'beitritt.beitritt.7'
)
}}
</
label
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"telefon"
placeholder
=
"
{
{trans('beitritt.placeholder.7')}
}
"
>
<
input
type
=
"text"
class
=
"form-control beitritt-input"
name
=
"telefon"
placeholder
=
"
{
{trans('beitritt.placeholder.7')}
}
"
>
...
@@ -106,7 +118,7 @@
...
@@ -106,7 +118,7 @@
<
p
class
=
"signature"
>
{{
trans
(
'beitritt.abbuchung.1'
)
}}
</
p
>
<
p
class
=
"signature"
>
{{
trans
(
'beitritt.abbuchung.1'
)
}}
</
p
>
</
form
>
</
form
>
<
hr
>
<
hr
>
<
div
class
=
"beitritt-for
u
mlar-info"
>
<
div
class
=
"beitritt-form
u
lar-info"
>
<
p
>
{{
trans
(
'beitritt.anweisung.1'
)
}}
</
p
>
<
p
>
{{
trans
(
'beitritt.anweisung.1'
)
}}
</
p
>
<
ul
class
=
"dotlist"
>
<
ul
class
=
"dotlist"
>
<
li
>
{{
trans
(
'beitritt.anweisung.2'
)
}}
</
li
>
<
li
>
{{
trans
(
'beitritt.anweisung.2'
)
}}
</
li
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment