Skip to content
Snippets Groups Projects
Commit dd5606f5 authored by Gaurav's avatar Gaurav
Browse files

Issue #3230585 by Gauravmahlawat: search block is broken

parent 6c58c747
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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;
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment