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
c5cf8b57
Commit
c5cf8b57
authored
Jul 17, 2017
by
Aria Givi
Browse files
Transition funktioniert noch nicht
parent
25c4ee91
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/spende/spende.blade.php
View file @
c5cf8b57
...
@@ -74,26 +74,54 @@
...
@@ -74,26 +74,54 @@
<
style
>
<
style
>
#right h3 {
#right label {
display
:
inline
;
display
:
block
;
vertical
-
align
:
middle
;
vertical
-
align
:
middle
;
text
-
align
:
center
;
margin
-
top
:
8
px
;
font
-
size
:
18
px
;
color
:
#666;
}
#right label:hover {
color
:
#000;
}
#right label::after {
font
-
weight
:
bold
;
font
-
size
:
15
px
;
content
:
"▼"
;
width
:
20
px
;
height
:
20
px
;
margin
-
left
:
3
px
;
}
}
#expand {
#expand {
height
:
0
px
;
height
:
0
px
;
overflow
:
hidden
;
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
;
}
}
#toggle:checked ~ #expand {
#toggle:checked ~ #expand {
height
:
100
%
;
height
:
100
%
;
}
}
#toggle {
display
:
none
;
visibility
:
hidden
;
}
#toggle:checked ~ label::after {
content
:
"▲"
;
}
</
style
>
</
style
>
<
div
class
=
"col-lg-6 col-md-12 col-sm-12 others"
id
=
"right"
>
<
div
class
=
"col-lg-6 col-md-12 col-sm-12 others"
id
=
"right"
>
<
input
id
=
"toggle"
type
=
"checkbox"
>
<
input
id
=
"toggle"
type
=
"checkbox"
>
<
h3
>
{
!!
trans
(
'spende.about.1'
)
!!
}
</
h3
>
<
label
for
=
"toggle"
>
{
!!
trans
(
'spende.about.1'
)
!!
}
</
label
>
<
div
id
=
"expand"
>
<
div
id
=
"expand"
>
<
p
>
{
!!
trans
(
'spende.about.2'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'spende.about.2'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'spende.about.3'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'spende.about.3'
)
!!
}
</
p
>
...
...
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