SortierungNEU

by mtenschert

HTML

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />

<span id="sortId" class="product__sort-by clearfix">
    
<h3 class="sortListItem sortLocatedIn">
<span>Sort shops located in</span> <br>Morzine
</h3>

<h3 class="sortListItem active">Price &amp; distance
  <i class="fa fa-sort" style="font: normal normal normal 24px/0 FontAwesome;vertical-align: text-bottom;margin-left: 9px;"></i>
  <br>
  <small class="smallSort">(to get an overview)</small>
</h3>

<h3 class="sortListItem inactive">Price<br>
  <small class="smallSort">(lowest first)</small>
</h3>
<h3 class="sortListItem inactive">Distance<br>
  <small class="smallSort">(nearest from the city center)</small>
</h3>

</span>

CSS

.product__sort-by {
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    background-color: #f1f1f3;
    display: block;
    margin: 1px 0 12px;
    overflow: auto;
  }

  .product__sort-by h3 {
    line-height: 18px;
  }

  .sortLocatedIn {
    font-size: 95%;
    color: #475359;
    border-radius: 5px;
  }

  .product__sort-by {
    display: block;
    margin: 1px 0 12px;
    background: #ffffff;
    color: #fff;
  }

  h3.sortListItem {
    border-right: 1px solid white;
    padding: 8px;
  }

  h3.sortListItem.active {
    background-color: #b62125;
  }

  h3.sortListItem.inactive {
    background-color: #475359;
    padding-right: 40px;
  }

  h3.sortListItem span {
    font-size: 90%;
    font-style: italic;
  }

  .product__sort-by h3 {
    float: left;
    margin: 0;
    line-height: 21px;
    font-size: 14px;
    font-weight: 700;
  }