Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Mynij
Mynij-test
Commits
d89b0fc9
Commit
d89b0fc9
authored
5 years ago
by
Alexandra Rogova
Browse files
Options
Download
Email Patches
Plain Diff
first commit
parent
2646f9aa
Changes
191
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
21 additions
and
0 deletions
+21
-0
css/logo.png
css/logo.png
+0
-0
css/logo_google.png
css/logo_google.png
+0
-0
css/mynij.css
css/mynij.css
+21
-0
css/result.css
css/result.css
+0
-0
external/elasticlunr/.gitignore
external/elasticlunr/.gitignore
+0
-0
external/elasticlunr/.travis.yml
external/elasticlunr/.travis.yml
+0
-0
external/elasticlunr/CHANGELOG.mdown
external/elasticlunr/CHANGELOG.mdown
+0
-0
external/elasticlunr/CONTRIBUTING.mdown
external/elasticlunr/CONTRIBUTING.mdown
+0
-0
external/elasticlunr/LICENSE
external/elasticlunr/LICENSE
+0
-0
external/elasticlunr/Makefile
external/elasticlunr/Makefile
+0
-0
external/elasticlunr/README.md
external/elasticlunr/README.md
+0
-0
external/elasticlunr/VERSION
external/elasticlunr/VERSION
+0
-0
external/elasticlunr/bower.json
external/elasticlunr/bower.json
+0
-0
external/elasticlunr/build/bower.json.template
external/elasticlunr/build/bower.json.template
+0
-0
external/elasticlunr/build/component.json.template
external/elasticlunr/build/component.json.template
+0
-0
external/elasticlunr/build/package.json.template
external/elasticlunr/build/package.json.template
+0
-0
external/elasticlunr/build/release.sh
external/elasticlunr/build/release.sh
+0
-0
external/elasticlunr/build/wrapper_end
external/elasticlunr/build/wrapper_end
+0
-0
external/elasticlunr/build/wrapper_start
external/elasticlunr/build/wrapper_start
+0
-0
external/elasticlunr/component.json
external/elasticlunr/component.json
+0
-0
No files found.
logo.png
→
css/
logo.png
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
logo_google.png
→
css/
logo_google.png
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
mynij.css
→
css/
mynij.css
View file @
d89b0fc9
...
...
@@ -45,6 +45,19 @@ input{
padding
:
0
20px
;
}
input
[
type
=
"button"
]
{
width
:
8em
;
height
:
2em
;
position
:
relative
;
border-radius
:
3px
;
}
input
[
type
=
"button"
]
:hover
{
cursor
:
pointer
;
box-shadow
:
0
2px
5px
0
rgba
(
0
,
0
,
0
,
0.26
);
transition
:
all
200ms
ease-out
;
}
::-webkit-scrollbar
{
display
:
none
;
}
...
...
@@ -97,3 +110,11 @@ input{
padding-bottom
:
0.2%
;
}
.showbox
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
padding
:
5%
;
}
This diff is collapsed.
Click to expand it.
result.css
→
css/
result.css
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
elasticlunr/.gitignore
→
external/
elasticlunr/.gitignore
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
elasticlunr/.travis.yml
→
external/
elasticlunr/.travis.yml
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
elasticlunr/CHANGELOG.mdown
→
external/
elasticlunr/CHANGELOG.mdown
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
elasticlunr/CONTRIBUTING.mdown
→
external/
elasticlunr/CONTRIBUTING.mdown
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
elasticlunr/LICENSE
→
external/
elasticlunr/LICENSE
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
elasticlunr/Makefile
→
external/
elasticlunr/Makefile
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
elasticlunr/README.md
→
external/
elasticlunr/README.md
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
elasticlunr/VERSION
→
external/
elasticlunr/VERSION
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
elasticlunr/bower.json
→
external/
elasticlunr/bower.json
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
elasticlunr/build/bower.json.template
→
external/
elasticlunr/build/bower.json.template
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
elasticlunr/build/component.json.template
→
external/
elasticlunr/build/component.json.template
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
elasticlunr/build/package.json.template
→
external/
elasticlunr/build/package.json.template
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
elasticlunr/build/release.sh
→
external/
elasticlunr/build/release.sh
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
elasticlunr/build/wrapper_end
→
external/
elasticlunr/build/wrapper_end
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
elasticlunr/build/wrapper_start
→
external/
elasticlunr/build/wrapper_start
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
elasticlunr/component.json
→
external/
elasticlunr/component.json
View file @
d89b0fc9
File moved
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
5
…
10
Next
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