Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
zircon-2897699
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
Issue forks
zircon-2897699
Commits
dd5606f5
Commit
dd5606f5
authored
3 years ago
by
Gaurav
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3230585
by Gauravmahlawat: search block is broken
parent
6c58c747
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assets/css/style.css
+4
-1
4 additions, 1 deletion
assets/css/style.css
assets/sass/partials/_block.scss
+26
-21
26 additions, 21 deletions
assets/sass/partials/_block.scss
with
30 additions
and
22 deletions
assets/css/style.css
+
4
−
1
View file @
dd5606f5
...
...
@@ -915,6 +915,9 @@ article .node__links {
/* line 38, ../sass/partials/_block.scss */
#header
.search-block-form
{
float
:
right
;
}
#header
.search-block-form
#search-block-form
{
float
:
right
;
background
:
#fff
;
border
:
1px
solid
#E7E8E9
;
border-radius
:
3px
;
...
...
@@ -953,7 +956,7 @@ article .node__links {
padding-left
:
5px
;
}
/* line 73, ../sass/partials/_block.scss */
#header
.search-block-form
:before
{
#header
.search-block-form
#search-block-form
:before
{
display
:
inline-block
;
font-family
:
FontAwesome
;
font-style
:
normal
;
...
...
This diff is collapsed.
Click to expand it.
assets/sass/partials/_block.scss
+
26
−
21
View file @
dd5606f5
...
...
@@ -37,16 +37,19 @@
}
.search-block-form
{
float
:
right
;
background
:
#fff
;
border
:
1px
solid
#E7E8E9
;
border-radius
:
3px
;
-webkit-border-radius
:
3px
;
display
:
block
;
height
:
34px
;
padding
:
5px
5px
0
10px
;
width
:
243px
;
position
:
relative
;
margin-top
:
4px
;
#search-block-form
{
float
:
right
;
background
:
#fff
;
border
:
1px
solid
#E7E8E9
;
border-radius
:
3px
;
-webkit-border-radius
:
3px
;
display
:
block
;
height
:
34px
;
padding
:
5px
5px
0
10px
;
width
:
243px
;
position
:
relative
;
margin-top
:
4px
;
}
.form-item
{
margin
:
0
;
.form-search
{
...
...
@@ -70,17 +73,19 @@
margin
:
0
!
important
;
padding-left
:
5px
;
}
&
:before
{
@include
fontawesome
;
content
:
"\f002"
;
width
:
23px
;
height
:
20px
;
position
:
absolute
;
right
:
3px
;
top
:
9px
;
padding-left
:
1px
;
z-index
:
1
;
color
:
#666
;
#search-block-form
{
&
:before
{
@include
fontawesome
;
content
:
"\f002"
;
width
:
23px
;
height
:
20px
;
position
:
absolute
;
right
:
3px
;
top
:
9px
;
padding-left
:
1px
;
z-index
:
1
;
color
:
#666
;
}
}
}
}
...
...
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