Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Тимофей Семененко
/
shold.dev5.ashmanov.com
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 36d5f31f
authored
Jul 29, 2017
by
Semenenko Timofey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix search input
1 parent
f926606e
Pipeline
#2812
for
36d5f31f
skipped
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
css/media.css
css/media.css
View file @
36d5f31
...
...
@@ -50,7 +50,7 @@ span#header_search_wrap i{position:absolute;font-size:21px;left:45px;top:-2px;fo
.header._fixed
span
#header_search_wrap
{
top
:
15px
;}
span
#header_search_wrap
i
:before
{
position
:
absolute
;
left
:
6px
;
top
:
5px
;}
span
#header_search_wrap
{
position
:
absolute
;
right
:
77px
;
top
:
20px
;
width
:
37px
;
height
:
37px
;
-webkit-transition
:
all
0.4s
;
-o-transition
:
all
0.4s
;
transition
:
all
0.4s
;}
input
#header_search
{
position
:
absolute
;
right
:
100%
;
color
:
transparent
;
border
:
2px
solid
;
border-right-color
:
transparent
;
background
:
#fff
;
padding
:
6px
20px
7px
14px
;
top
:
-2px
;
margin-right
:
-
13
px
;
-webkit-transition
:
ease-out
0.2s
;
-o-transition
:
ease-out
0.2s
;
transition
:
ease-out
0.2s
;
width
:
0px
;
z-index
:
101
;
visibility
:
hidden
;}
input
#header_search
{
position
:
absolute
;
right
:
100%
;
color
:
transparent
;
border
:
2px
solid
;
border-right-color
:
transparent
;
background
:
#fff
;
padding
:
6px
20px
7px
14px
;
top
:
-2px
;
margin-right
:
-
60
px
;
-webkit-transition
:
ease-out
0.2s
;
-o-transition
:
ease-out
0.2s
;
transition
:
ease-out
0.2s
;
width
:
0px
;
z-index
:
101
;
visibility
:
hidden
;}
#result_list
li
a
{
display
:
block
;
text-align
:
left
;
padding
:
5px
15px
;
font-size
:
15px
;
color
:
inherit
;}
#result_list
li
a
:hover
,
#result_list
li
.active_res_item
a
{
background
:
rgba
(
197
,
197
,
197
,
0.82
);
text-decoration
:
none
;}
#result_list
{
position
:
absolute
;
display
:
none
;
left
:
-172px
;
width
:
207px
;
top
:
0px
;
z-index
:
100
;
border
:
2px
solid
;
border-top
:
none
;
padding-top
:
40px
;
padding-bottom
:
5px
;
border-radius
:
0
15px
0
0
;
color
:
#EB9D72
;
-webkit-transition
:
ease-out
0.2s
;
-o-transition
:
ease-out
0.2s
;
transition
:
ease-out
0.2s
;
background
:
rgba
(
255
,
255
,
255
,
0.91
);}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment