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
Dirk Rockendorf
metager-app
Commits
2b93fa1f
Commit
2b93fa1f
authored
Dec 22, 2017
by
Phil Höfer
Browse files
Add custom search icon
parent
4bdb3c30
Changes
5
Show whitespace changes
Inline
Side-by-side
www/img/search.svg
0 → 100644
View file @
2b93fa1f
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc=
"http://purl.org/dc/elements/1.1/"
xmlns:cc=
"http://creativecommons.org/ns#"
xmlns:rdf=
"http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg=
"http://www.w3.org/2000/svg"
xmlns=
"http://www.w3.org/2000/svg"
id=
"svg8"
version=
"1.1"
viewBox=
"0 0 26.458333 26.458334"
height=
"100"
width=
"100"
>
<defs
id=
"defs2"
/>
<metadata
id=
"metadata5"
>
<rdf:RDF>
<cc:Work
rdf:about=
""
>
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource=
"http://purl.org/dc/dcmitype/StillImage"
/>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform=
"translate(0,-270.54165)"
id=
"layer1"
>
<circle
r=
"8.1427841"
cy=
"280.53705"
cx=
"10.104252"
id=
"path18"
style=
"fill:#4d4d4d;stroke:#1a1a1a;stroke-width:3.51560855;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:0.1"
/>
<rect
ry=
"0.52354032"
transform=
"rotate(-45)"
y=
"213.11421"
x=
"-193.34026"
height=
"13.393704"
width=
"4.0934591"
id=
"rect4498"
style=
"fill:#1a1a1a;fill-opacity:1;stroke:#000000;stroke-width:0.79342139;stroke-miterlimit:4;stroke-dasharray:0, 8.7276353;stroke-dashoffset:0"
/>
</g>
</svg>
www/index.xhtml
View file @
2b93fa1f
...
...
@@ -20,7 +20,7 @@
<img
src=
"img/Logo-square-inverted.svg"
alt=
"MetaGer"
title=
"MetaGer, die sichere Suchmaschine"
/>
</a>
<input
type=
"text"
id=
"search-input"
name=
"eingabe"
placeholder=
"MetaGer-Suche"
class=
"query-input"
/>
<button
type=
"submit"
class=
"search-button"
>
🔍
</button>
<button
type=
"submit"
class=
"search-button"
>
<img
src=
"/img/search.svg"
alt=
"Suchen"
/>
</button>
</form>
<footer
class=
"footer-text"
>
MetaGer wird entwickelt und betrieben vom SUMA-EV - Verein für freien Wissenszugang. Version 3.0.3.
...
...
www/results.xhtml
View file @
2b93fa1f
...
...
@@ -18,7 +18,7 @@
<img
src=
"img/Logo-square-inverted.svg"
alt=
"MetaGer"
title=
"MetaGer, die sichere Suchmaschine"
/>
</a>
<input
type=
"text"
name=
"eingabe"
placeholder=
"MetaGer-Suche"
value=
""
class=
"query-input"
disabled=
"disabled"
/>
<button
type=
"submit"
class=
"search-button"
>
🔍
</button>
<button
type=
"submit"
class=
"search-button"
>
<img
src=
"/img/search.svg"
alt=
"Suchen"
/>
</button>
</form>
</header>
<main
class=
"results-container"
>
...
...
www/style/material-default.css
View file @
2b93fa1f
...
...
@@ -71,7 +71,7 @@ input:focus {
border
:
none
;
background
:
none
;
margin
:
0px
;
padding
:
0px
;
padding
:
5px
0px
;
}
.search-card
input
[
type
=
text
]
{
...
...
www/style/material.xsl
View file @
2b93fa1f
...
...
@@ -19,7 +19,7 @@
<img
src=
"img/Logo-square-inverted.svg"
alt=
"MetaGer"
title=
"MetaGer, die sichere Suchmaschine"
/>
</a>
<input
type=
"text"
name=
"eingabe"
placeholder=
"MetaGer-Suche"
value=
"{opensearch:Query[@role='request']/@searchTerms}"
class=
"query-input"
/>
<button
type=
"submit"
class=
"search-button"
>
🔍
</button>
<button
type=
"submit"
class=
"search-button"
>
<img
src=
"/img/search.svg"
alt=
"Suchen"
/>
</button>
</form>
</header>
<main
class=
"results-container"
>
...
...
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