Rekrea UI dokumentace
  • modules
    • accomm_search
    • after_header
    • block-anchor
    • bootstrap-block
    • box
    • button
    • collapse
    • content_head
    • discount_in_head
    • esk-benefits
    • fancybox
    • figure
    • filters
    • flag
    • foot
    • form
    • freestyle_grid
    • hottip
    • icons
    • image_item
    • images-list
    • images_column
    • images_row
    • important
    • inline-list
    • landmark-map
    • list
    • list_item
    • message
    • more
    • nav_inside
    • numbered
    • out-of-box
    • price-date
    • price_table
    • print-catalogues
    • quote
    • recommendation
    • review
    • side_tabs
    • sister-websites
    • site_logo
    • site_nav
    • site_search
    • soft-head
    • stars
    • table
    • text-list
    • text
    • top_badge
  • unique
    • about
    • slovnik

Navigace druhé úrovně

TODO přepsat a zdokumentovat

#nav_inside {
  clear: both;
  font-size: 10px;
  line-height: 14px;
  min-height: 10px;
  padding: 0 7px;
  margin: 18px 0 0 0;
  border-bottom: 1px solid #ddd;

  @media print {
    display: none;
  }
}

#nav_inside .item {
  display: inline-block;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  margin-right: 3px;
  padding: 7px 5px;
  background: transparent;
  background: rgba(255, 255, 255, .5);
  border-radius: 5px 5px 0 0;
}

#nav_inside strong.item,
#nav_inside strong .item {
  background: #fff;
  border-bottom: 1px solid #fff;
  font-weight: normal;
  color: #666;
}


.map_page #nav_inside strong.item {
  padding-bottom: 6px;
}

@media @large-start {

  #nav_inside {
    font-size: 12px;
    line-height: 18px;
    padding: 0 30px;
  }

  #nav_inside .item {
    padding: 7px 10px;
  }

}