File tree 2 files changed +13
-5
lines changed 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 52
52
</ button >
53
53
< a class ="navbar-brand " href ="# "> < h2 > Ungentry</ h2 > </ a >
54
54
</ div >
55
- < div id ="navbar " class ="navbar-collapse collapse " style =" padding-right: 0px; " >
55
+ < div id ="navbar " class ="navbar-collapse collapse ">
56
56
57
57
58
58
< form class ="navbar-form navbar-right " role ="search ">
59
- < div class ="form -group ">
59
+ < div class ="input -group ">
60
60
< input type ="text " id ="address " class ="form-control " placeholder ="Search for addresses ">
61
+ < span class ="input-group-btn ">
62
+ < button type ="button " id ="sendaddress " class ="btn btn-default "> Submit</ button >
63
+ </ span >
61
64
</ div >
62
- < button type ="button " id ="sendaddress " class ="btn btn-default "> Submit</ button >
63
65
</ form >
64
66
65
67
< ul class ="nav navbar-nav navbar-right ">
Original file line number Diff line number Diff line change @@ -36,9 +36,15 @@ footer {
36
36
margin-top : -10px ;
37
37
}
38
38
39
- .navbar-form {
40
- padding-right : 0px ;
39
+ @media (min-width : 768px ) {
40
+ .navbar-collapse {
41
+ padding-right : 0px ;
42
+ }
43
+ .navbar-form {
44
+ padding-right : 0px ;
45
+ }
41
46
}
47
+
42
48
/*
43
49
.navbar-nav>li>a {
44
50
padding-top: 10px;
You can’t perform that action at this time.
0 commit comments