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
9221a8e1
Commit
9221a8e1
authored
Jan 09, 2018
by
Karl Hasselbring
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Knöpfe der Suchoptionen repariert
parent
5b47e3b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
+15
-4
resources/assets/less/metager/searchbar.less
resources/assets/less/metager/searchbar.less
+11
-1
resources/views/parts/searchbar.blade.php
resources/views/parts/searchbar.blade.php
+4
-3
No files found.
resources/assets/less/metager/searchbar.less
View file @
9221a8e1
...
@@ -65,6 +65,16 @@
...
@@ -65,6 +65,16 @@
border-bottom: 5px solid rgb(175, 175, 175);
border-bottom: 5px solid rgb(175, 175, 175);
margin-left: 3%;
margin-left: 3%;
}
}
#settings-btn {
width: 100%;
display: flex;
justify-content: space-between;
align-items: baseline;
padding: 0px;
i.fa {
padding: 0px 8px;
}
}
}
}
.search-button-container {
.search-button-container {
display: flex;
display: flex;
...
@@ -75,7 +85,7 @@
...
@@ -75,7 +85,7 @@
>* {
>* {
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
align-items:
baseline
;
align-items:
center
;
&:hover {
&:hover {
background-color: #e6e6e6;
background-color: #e6e6e6;
}
}
...
...
resources/views/parts/searchbar.blade.php
View file @
9221a8e1
...
@@ -58,11 +58,12 @@
...
@@ -58,11 +58,12 @@
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
{{
--
Die
Struktur
sieht
hier
leicht
anders
aus
,
da
man
keine
labels
zum
klicken
von
links
benutzen
kann
--
}}
<
div
class
=
"search-settings"
>
<
div
class
=
"search-settings"
>
<
div
class
=
"search-option-descriptor"
>
<
label
for
=
"settings-btn"
>
{{{
trans
(
'index.tooltips.settings'
)
}}}
</
label
>
</
div
>
<
a
id
=
"settings-btn"
class
=
"mutelink btn btn-default"
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
settings
") }}"
>
<
a
id
=
"settings-btn"
class
=
"mutelink btn btn-default"
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
settings
") }}"
>
<
div
class
=
"search-option-descriptor"
>
<
label
for
=
"settings-btn"
>
{{{
trans
(
'index.tooltips.settings'
)
}}}
</
label
>
</
div
>
<
i
class
=
"fa fa-cog"
aria
-
hidden
=
"true"
></
i
>
<
i
class
=
"fa fa-cog"
aria
-
hidden
=
"true"
></
i
>
</
a
>
</
a
>
<
div
class
=
"searchbar-tooltip"
>
<
div
class
=
"searchbar-tooltip"
>
...
...
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