Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
56
Issues
56
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
bd948f77
Commit
bd948f77
authored
Feb 13, 2018
by
Aria Givi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Aenderungen am Modal
parent
5b8aecc2
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
173 additions
and
174 deletions
+173
-174
composer.lock
composer.lock
+163
-164
resources/assets/less/metager/foki.less
resources/assets/less/metager/foki.less
+7
-6
resources/views/modals/create-focus-modal.blade.php
resources/views/modals/create-focus-modal.blade.php
+3
-4
No files found.
composer.lock
View file @
bd948f77
This diff is collapsed.
Click to expand it.
resources/assets/less/metager/foki.less
View file @
bd948f77
...
...
@@ -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 @
bd948f77
...
...
@@ -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
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