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
c0c97b60
Commit
c0c97b60
authored
Feb 13, 2018
by
Karl Hasselbring
Browse files
Die Dropdown Pfeile für die Quicktips sind wieder da
parent
89379dc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/quicktips.less
View file @
c0c97b60
...
@@ -3,11 +3,19 @@
...
@@ -3,11 +3,19 @@
#quicktips {
#quicktips {
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
details[open=""] .quicktip-extender {
animation-name: quicktip-extender-turn;
animation-fill-mode: forwards;
}
.quicktip {
.quicktip {
position: relative;
.quicktip-extender {
position: absolute;
top: 5px;
right: 5px;
color: #777;
font-size: 20px;
}
details[open=""] .quicktip-extender {
animation-name: quicktip-extender-turn;
animation-fill-mode: forwards;
}
margin: 10px 0px;
margin: 10px 0px;
padding: 10px 10px 10px 10px;
padding: 10px 10px 10px 10px;
width: 100%;
width: 100%;
...
@@ -29,11 +37,6 @@
...
@@ -29,11 +37,6 @@
font-size: 18px;
font-size: 18px;
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
.quicktip-extender {
margin-left: 10px;
color: #777;
font-size: 20px;
}
}
}
p {
p {
font-size: 16px;
font-size: 16px;
...
...
resources/views/parts/quicktip.blade.php
View file @
c0c97b60
@
if
(
sizeof
(
$quicktip
->
details
)
>
0
)
@
if
(
sizeof
(
$quicktip
->
details
)
>
0
)
<
details
>
<
details
>
<
summary
class
=
"quicktip-summary"
>
<
summary
class
=
"quicktip-summary"
>
<
i
class
=
"quicktip-extender fa fa-chevron-down"
></
i
>
@
if
(
$quicktip
->
title
!=
""
)
@
if
(
$quicktip
->
title
!=
""
)
<
h1
>
<
h1
>
@
if
(
$quicktip
->
link
!=
""
)
@
if
(
$quicktip
->
link
!=
""
)
...
...
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