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
0f1f5e1a
Commit
0f1f5e1a
authored
Feb 13, 2018
by
Aria Givi
Browse files
Aenderungen am Modal
parent
c8b22628
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
composer.lock
View file @
0f1f5e1a
This diff is collapsed.
Click to expand it.
resources/assets/less/metager/foki.less
View file @
0f1f5e1a
...
...
@@ -21,23 +21,25 @@
#foki-modal-dialog {
background-color: white;
max-width: 70%;
height: 950px
;
color: black
;
margin: 30px auto
;
height: 900px
;
overflow-y: auto;
#foki-modal-content {
#foki-modal-header {
padding: 15px;
position: relative;
border-bottom: 1px solid #e5e5e5;
#close-create-focus{
position: absolute;
right: 1
0
px;
right: 1
5
px;
&::after {
font-size: 24px;
content: "×";
}
}
}
.focus-dropdown-toggle {
display: none;
...
...
@@ -49,16 +51,15 @@
}
&:checked {
& ~ .focus-dropdown-label::after {
content: "
Einklappen
🡡";
content: "🡡";
}
}
}
.focus-dropdown-label {
font-weight: normal;
&::after {
font-size: 16px;
content: "
Ausklappen
🡣";
content: "🡣";
margin-left: 3px;
}
}
...
...
resources/views/modals/create-focus-modal.blade.php
View file @
0f1f5e1a
...
...
@@ -27,11 +27,10 @@
</div>
@foreach( App\Http\Controllers\FokiLoader::loadFoki() as $fokus => $sumas )
<div
class=
"headingGroup {{ $fokus }}"
>
<h3
class=
"focus-category"
>
@lang("settings.foki." . $fokus)
</h3>
<input
type=
"checkbox"
id=
"toggle-{{ $fokus }}-dropdown"
class=
"focus-dropdown-toggle"
>
<label
class=
"focus-dropdown-label"
for=
"toggle-{{ $fokus }}-dropdown"
></label>
<label
for=
"toggle-{{ $fokus }}-dropdown"
class=
"focus-category focus-dropdown-label h3"
>
@lang("settings.foki." . $fokus)
</label>
<div
class=
"row"
>
@foreach( $sumas as $name => $data )
<div
class=
"col-sm-6 col-md-4 col-lg-3"
>
...
...
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