Skip to content

Commit 7028400

Browse files
authored
Merge pull request #3187 from metacpan/dallas/fix-glass
Align magnifying glass
2 parents 83a3e51 + 37dfa57 commit 7028400

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

root/static/less/search.less

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,21 @@
2323
}
2424
}
2525

26+
.search-group {
27+
position: relative;
28+
}
29+
2630
.search-group .fa-search {
2731
color: @input-color;
2832
font-size: 20px;
29-
margin: 20px;
33+
left: 10px;
3034
position: absolute;
35+
top: 23%;
3136
}
3237

3338
.navbar-nav .search-form {
3439
.fa-search {
3540
font-size: 15px;
36-
margin: 11px;
3741
}
3842

3943
input[type="text"] {
@@ -55,8 +59,4 @@
5559
height: 40px;
5660
padding-left: 45px !important;
5761
}
58-
59-
.fa-search {
60-
margin: 14px !important;
61-
}
6262
}

0 commit comments

Comments
 (0)