Merge pull request #433 from cmgustavo/bug/search-box-navbar
Bug/search box navbar
This commit is contained in:
commit
fcf6d72fa4
2
public/css/main.min.css
vendored
2
public/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
18
public/js/angularjs-all.min.js
vendored
18
public/js/angularjs-all.min.js
vendored
File diff suppressed because one or more lines are too long
4
public/js/vendors.min.js
vendored
4
public/js/vendors.min.js
vendored
File diff suppressed because one or more lines are too long
@ -145,10 +145,7 @@ margin-left: 0;
|
|||||||
|
|
||||||
@media (max-width: 991px) {
|
@media (max-width: 991px) {
|
||||||
.status {
|
.status {
|
||||||
margin: 0;
|
display: none;
|
||||||
}
|
|
||||||
.navbar-form {
|
|
||||||
width: 15%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -156,6 +153,9 @@ margin-left: 0;
|
|||||||
.navbar-form {
|
.navbar-form {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
.status {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tabs.nav-justified>li>a:hover {
|
.nav-tabs.nav-justified>li>a:hover {
|
||||||
@ -732,4 +732,7 @@ a.v_highlight_more {
|
|||||||
box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.20);
|
box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.20);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#search-form-mobile {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user