Community Central
Community Central
No edit summary
No edit summary
Line 1: Line 1:
  +
.global-navigation-item {
#globalNavigation .search-container {
 
  +
height: 47px;
width: calc(100% - 515px);
 
 
}
 
}
  +
.global-nav-search-input-wrapper .search-input {
@media only screen and (min-width: 1024px) and (max-width: 1496px) {
 
  +
height: 32px;
#globalNavigation .search-container {
 
  +
font-size: 14px;
width: calc(100% - 452px);
 
 
}
 
}
  +
/* Because the available 47px the search bar is not perfectly centered and is located on 2px higher than the middle if you include the border */
  +
.search-form-wrapper {
  +
margin-bottom: 6px;
  +
margin-top: 6px;
 
}
 
}
  +
.global-navigation-link {
@media only screen and (max-width: 1023px) {
 
  +
height: 47px;
#globalNavigation .search-container {
 
width: calc(100% - 355px);
 
 
}
 
}
  +
.hubs-menu {
  +
top: 47px;
 
}
 
}

Revision as of 20:36, 5 December 2014

.global-navigation-item {
   height: 47px;
}
.global-nav-search-input-wrapper .search-input {
   height: 32px;
   font-size: 14px;
}
/* Because the available 47px the search bar is not perfectly centered and is located on 2px higher than the middle if you include the border */
.search-form-wrapper {
   margin-bottom: 6px;
   margin-top: 6px;
}
.global-navigation-link {
   height: 47px;
}
.hubs-menu {
   top: 47px;
}