We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83a3e51 + 37dfa57 commit 7028400Copy full SHA for 7028400
root/static/less/search.less
@@ -23,17 +23,21 @@
23
}
24
25
26
+.search-group {
27
+ position: relative;
28
+}
29
+
30
.search-group .fa-search {
31
color: @input-color;
32
font-size: 20px;
- margin: 20px;
33
+ left: 10px;
34
position: absolute;
35
+ top: 23%;
36
37
38
.navbar-nav .search-form {
39
.fa-search {
40
font-size: 15px;
- margin: 11px;
41
42
43
input[type="text"] {
@@ -55,8 +59,4 @@
55
59
height: 40px;
56
60
padding-left: 45px !important;
57
61
58
-
- .fa-search {
- margin: 14px !important;
- }
62
0 commit comments