@@ -1451,11 +1451,14 @@ Foot - stara paticka
1451
1451
.inline-list__item--three-stars {
1452
1452
font-weight : bold;
1453
1453
}
1454
+ .inline-list__item .active ,
1454
1455
.inline-list__item : hover ,
1455
1456
.inline-list__item : focus ,
1456
1457
.inline-list__item : active {
1457
1458
background-color : # eee ;
1458
1459
text-decoration : underline;
1460
+ cursor : pointer;
1461
+ border : 1px solid # ddd ;
1459
1462
}
1460
1463
/* # Modul Velka polozka seznamu
1461
1464
@@ -1465,7 +1468,7 @@ Napr. seznamy ubytovatelu, pobytu, last-minute atd.
1465
1468
.list_item {
1466
1469
position : relative;
1467
1470
padding : 9px 0 ;
1468
- border-bottom : 1px solid # ddd ;
1471
+ border : 1px solid transparent ;
1469
1472
color : # 66 ;
1470
1473
-webkit-box-sizing : border-box;
1471
1474
box-sizing : border-box;
@@ -1551,74 +1554,25 @@ Napr. seznamy ubytovatelu, pobytu, last-minute atd.
1551
1554
.list_item .without_border {
1552
1555
border-bottom : 0 ;
1553
1556
}
1557
+ .list_item .bordered {
1558
+ border : 1px solid # ddd ;
1559
+ }
1560
+ .list_item .active ,
1554
1561
.list_item : hover ,
1555
1562
.list_item : focus ,
1556
1563
.list_item : active {
1557
1564
background-color : # eee ;
1558
1565
cursor : pointer;
1559
1566
color : # 333 ;
1567
+ border : 1px solid # ddd ;
1560
1568
}
1569
+ .list_item .active h2 a ,
1561
1570
.list_item : hover h2 a ,
1562
1571
.list_item : focus h2 a ,
1563
1572
.list_item : active h2 a {
1564
1573
color : # 075207 ;
1565
1574
text-decoration : underline;
1566
1575
}
1567
- @media only screen and (min-width : 1180px ) {
1568
- .list_item .image {
1569
- width : auto;
1570
- float : none;
1571
- height : 215px ;
1572
- overflow : hidden;
1573
- margin-bottom : 12px ;
1574
- margin-right : 0 ;
1575
- }
1576
- .list_item .image img {
1577
- width : 100% ;
1578
- }
1579
- .container .list_item h2 {
1580
- font-size : 16px ;
1581
- line-height : 20px ;
1582
- margin-bottom : 0 ;
1583
- }
1584
- .list_item .price {
1585
- position : absolute;
1586
- top : 200px ;
1587
- right : 3px ;
1588
- }
1589
- .list_item .list_item_content {
1590
- float : none;
1591
- width : auto;
1592
- }
1593
- .list_item .text_content {
1594
- position : relative;
1595
- height : 133px ;
1596
- overflow : hidden;
1597
- }
1598
- .list_item .icon {
1599
- top : -15px ;
1600
- left : -5px ;
1601
- }
1602
- .list_item : hover ,
1603
- .list_item : focus ,
1604
- .list_item : active {
1605
- background-color : # f4f4f4 ;
1606
- cursor : pointer;
1607
- }
1608
- .list_item .is_lower {
1609
- height : 288px ;
1610
- }
1611
- .list_item .without_image {
1612
- height : 186px ;
1613
- }
1614
- .list_item .without_image .without_text {
1615
- height : 113px ;
1616
- }
1617
- .list_item .without_image .without_text .price {
1618
- top : 55px ;
1619
- right : -6px ;
1620
- }
1621
- }
1622
1576
.discount_in_list_item {
1623
1577
position : absolute;
1624
1578
bottom : 17px ;
0 commit comments