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
0eb3ad15
Commit
0eb3ad15
authored
Jul 17, 2017
by
Aria Givi
Browse files
Über uns Block nach unten verschoben
parent
fc2c4920
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/spende/spende.blade.php
View file @
0eb3ad15
...
...
@@ -7,8 +7,7 @@
@
section
(
'content'
)
<
h1
>
{
!!
trans
(
'spende.headline.1'
)
!!
}
</
h1
>
<
h2
class
=
"subheading"
>
{
!!
trans
(
'spende.headline.2'
)
!!
}
</
h2
>
<
div
class
=
"col"
>
<
div
id
=
"left"
class
=
"col-lg-6 col-md-12 col-sm-12 others"
>
<
div
id
=
"left"
>
<
h3
>
{
!!
trans
(
'spende.bankinfo.1'
)
!!
}
</
h3
>
<
p
>
{
!!
trans
(
'spende.bankinfo.2'
)
!!
}
</
p
>
<
p
class
=
"text-muted"
>
{
!!
trans
(
'spende.bankinfo.3'
)
!!
}
</
p
>
...
...
@@ -74,6 +73,12 @@
<
style
>
#right {
width
:
75
%
;
margin
-
left
:
auto
;
margin
-
right
:
auto
;
}
#right label {
display
:
block
;
vertical
-
align
:
middle
;
...
...
@@ -88,7 +93,6 @@
}
#right label::after {
font
-
weight
:
bold
;
font
-
size
:
15
px
;
content
:
"▼"
;
width
:
20
px
;
...
...
@@ -97,16 +101,16 @@
}
#expand {
height
:
0
px
;
max
-
height
:
0
px
;
overflow
:
hidden
;
-
webkit
-
transition
:
height
0.2
s
;
/* Chrome 1-25, Safari 3.2+ */
-
moz
-
transition
:
height
0.2
s
;
/* Firefox 4-15 */
-
o
-
transition
:
height
0.2
s
;
/* Opera 10.50–12.00 */
transition
:
height
0.2
s
;
-
webkit
-
transition
:
max
-
height
0.2
s
;
/* Chrome 1-25, Safari 3.2+ */
-
moz
-
transition
:
max
-
height
0.2
s
;
/* Firefox 4-15 */
-
o
-
transition
:
max
-
height
0.2
s
;
/* Opera 10.50–12.00 */
transition
:
max
-
height
0.2
s
;
}
#toggle:checked ~ #expand {
height
:
1
00
%
;
max
-
height
:
9
00
px
;
}
#toggle {
...
...
@@ -119,7 +123,7 @@
</
style
>
<
div
class
=
"col-lg-6 col-md-12 col-sm-12 others"
id
=
"right"
>
<
div
id
=
"right"
>
<
input
id
=
"toggle"
type
=
"checkbox"
>
<
label
for
=
"toggle"
>
{
!!
trans
(
'spende.about.1'
)
!!
}
</
label
>
<
div
id
=
"expand"
>
...
...
@@ -130,5 +134,4 @@
</
div
>
</
div
>
<
div
class
=
"clearfix"
></
div
>
</
div
>
@
endsection
Write
Preview
Markdown
is supported
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