Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
c8ae33fe
Commit
c8ae33fe
authored
3 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Plain Diff
Merge branch '486-use-html5-in-search-frontend' into 'master'
Resolve "Use HTML5 in search frontend" Closes
#486
See merge request
!685
parents
63f616d1
b52fe957
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!685
Resolve "Use HTML5 in search frontend"
Pipeline
#23429
passed
3 years ago
Stage: test
Stage: build
Stage: publish
Stage: docker
Stage: deploy
Pipeline: AlekSIS
#23433
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aleksis/core/static/style.scss
+6
-3
6 additions, 3 deletions
aleksis/core/static/style.scss
aleksis/core/templates/core/base.html
+4
-2
4 additions, 2 deletions
aleksis/core/templates/core/base.html
with
10 additions
and
5 deletions
aleksis/core/static/style.scss
+
6
−
3
View file @
c8ae33fe
...
...
@@ -179,11 +179,14 @@ ul.sidenav li.logo > a:hover {
box-shadow
:
none
;
}
.sidenav
li
.search
.search-wrapper
>
i
.material-ic
on
s
{
.sidenav
li
.search
.search-wrapper
>
button
.search-butt
on
{
position
:
absolute
;
top
:
21
px
;
top
:
calc
(
50%
-
18
px
)
;
right
:
10px
;
cursor
:
pointer
;
}
button
.btn-flat.search-button
:hover
{
background-color
:
$button-disabled-background
;
}
a
.collection-item.search-item
{
...
...
This diff is collapsed.
Click to expand it.
aleksis/core/templates/core/base.html
+
4
−
2
View file @
c8ae33fe
...
...
@@ -80,8 +80,10 @@
<li
class=
"search"
>
<form
method=
"get"
action=
"{% url "
haystack_search
"
%}"
id=
"search-form"
class=
"autocomplete"
>
<div
class=
"search-wrapper"
>
<input
id=
"search"
name=
"q"
placeholder=
"{% trans "
Search
"
%}"
>
<i
class=
"material-icons"
>
search
</i>
<input
id=
"search"
name=
"q"
type=
"search"
enterkeyhint=
"search"
placeholder=
"{% trans "
Search
"
%}"
>
<button
class=
"btn btn-flat search-button"
type=
"submit"
aria-label=
"{% trans "
Search
"
%}"
>
<i
class=
"material-icons"
>
search
</i>
</button>
</div>
</form>
</li>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment