Merge pull request #433 from cmgustavo/bug/search-box-navbar

Bug/search box navbar
This commit is contained in:
Matias Alejo Garcia 2014-03-19 15:46:08 -03:00
commit fcf6d72fa4
4 changed files with 19 additions and 16 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -145,10 +145,7 @@ margin-left: 0;
@media (max-width: 991px) {
.status {
margin: 0;
}
.navbar-form {
width: 15%;
display: none;
}
}
@ -156,6 +153,9 @@ margin-left: 0;
.navbar-form {
width: auto;
}
.status {
display: none;
}
}
.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);
}
#search-form-mobile {
margin-top: 15px;
}