fix navbar. hide status if screen is small

This commit is contained in:
Gustavo Cortez 2014-03-17 15:18:11 -03:00
parent 2fa72b83bb
commit 87dd9a7159
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;
}