@@ -1465,7 +1465,7 @@ Foot - stara paticka
1465
1465
Napr. seznamy ubytovatelu, pobytu, last-minute atd.
1466
1466
1467
1467
*/
1468
- .list_item {
1468
+ .list-item {
1469
1469
position : relative;
1470
1470
padding : 9px 0 ;
1471
1471
border : 1px solid transparent;
@@ -1474,22 +1474,22 @@ Napr. seznamy ubytovatelu, pobytu, last-minute atd.
1474
1474
box-sizing : border-box;
1475
1475
}
1476
1476
@media only screen and (min-width : 768px ) {
1477
- .list_item {
1477
+ .list-item {
1478
1478
float : left;
1479
1479
width : calc ((100% - 42px ) / 3 );
1480
1480
height : 352px ;
1481
1481
padding : 18px 9px 9px ;
1482
1482
margin : 0 7px 0 7px ;
1483
1483
}
1484
1484
}
1485
- .list_item .image {
1485
+ .list-item .image {
1486
1486
position : relative;
1487
1487
float : left;
1488
1488
width : 36% ;
1489
1489
margin-right : 4% ;
1490
1490
}
1491
1491
@media only screen and (min-width : 768px ) {
1492
- .list_item .image {
1492
+ .list-item .image {
1493
1493
width : auto;
1494
1494
float : none;
1495
1495
height : 165px ;
@@ -1499,44 +1499,33 @@ Napr. seznamy ubytovatelu, pobytu, last-minute atd.
1499
1499
}
1500
1500
}
1501
1501
@media only screen and (min-width : 1180px ) {
1502
- .list_item .image {
1502
+ .list-item .image {
1503
1503
height : 215px ;
1504
1504
}
1505
1505
}
1506
- .list_item .image img {
1506
+ .list-item .image img {
1507
1507
max-width : 100% ;
1508
1508
}
1509
- .container .list_item h2 {
1509
+ .container .list-item . image h2 {
1510
1510
font-size : 14px ;
1511
1511
line-height : 18px ;
1512
1512
margin-bottom : 0 ;
1513
1513
}
1514
- @media only screen and (min-width : 768px ) {
1515
- .list_item .price {
1516
- position : absolute;
1517
- right : 3px ;
1518
- top : 150px ;
1519
- }
1520
- }
1521
- @media only screen and (min-width : 1180px ) {
1522
- .list_item .price {
1523
- top : 200px ;
1524
- }
1525
- }
1526
- .list_item .list_item_content {
1514
+ .list-item .content {
1527
1515
float : left;
1528
1516
width : 60% ;
1517
+ padding : 0 ;
1529
1518
}
1530
1519
@media only screen and (min-width : 768px ) {
1531
- .list_item . list_item_content {
1520
+ .list-item . content {
1532
1521
float : none;
1533
1522
width : auto;
1534
1523
}
1535
1524
}
1536
- .list_item p {
1525
+ .list-item . content p {
1537
1526
margin-bottom : 0 ;
1538
1527
}
1539
- .list_item .place em {
1528
+ .list-item . content .place em {
1540
1529
color : # 333 ;
1541
1530
font-style : normal;
1542
1531
display : block;
@@ -1545,35 +1534,47 @@ Napr. seznamy ubytovatelu, pobytu, last-minute atd.
1545
1534
overflow : hidden;
1546
1535
white-space : nowrap;
1547
1536
}
1548
- .container .list_item .place a {
1537
+ .container .list-item . content .place a {
1549
1538
color : # 333 ;
1550
1539
}
1551
- .list_item .date strong {
1540
+ .list-item . content .date strong {
1552
1541
color : # 666 ;
1553
1542
}
1554
- .list_item .without_border {
1543
+ @media only screen and (min-width : 768px ) {
1544
+ .list-item .content .price {
1545
+ position : absolute;
1546
+ right : 3px ;
1547
+ top : 150px ;
1548
+ }
1549
+ }
1550
+ @media only screen and (min-width : 1180px ) {
1551
+ .list-item .content .price {
1552
+ top : 200px ;
1553
+ }
1554
+ }
1555
+ .list-item .without_border {
1555
1556
border-bottom : 0 ;
1556
1557
}
1557
- .list_item .bordered {
1558
+ .list-item .bordered {
1558
1559
border : 1px solid # ddd ;
1559
1560
}
1560
- .list_item .active ,
1561
- .list_item : hover ,
1562
- .list_item : focus ,
1563
- .list_item : active {
1561
+ .list-item .active ,
1562
+ .list-item : hover ,
1563
+ .list-item : focus ,
1564
+ .list-item : active {
1564
1565
background-color : # eee ;
1565
1566
cursor : pointer;
1566
1567
color : # 333 ;
1567
1568
border : 1px solid # ddd ;
1568
1569
}
1569
- .list_item .active h2 a ,
1570
- .list_item : hover h2 a ,
1571
- .list_item : focus h2 a ,
1572
- .list_item : active h2 a {
1570
+ .list-item .active h2 a ,
1571
+ .list-item : hover h2 a ,
1572
+ .list-item : focus h2 a ,
1573
+ .list-item : active h2 a {
1573
1574
color : # 075207 ;
1574
1575
text-decoration : underline;
1575
1576
}
1576
- .discount_in_list_item {
1577
+ .discount_in_list-item {
1577
1578
position : absolute;
1578
1579
bottom : 17px ;
1579
1580
left : 2px ;
@@ -1582,37 +1583,37 @@ Napr. seznamy ubytovatelu, pobytu, last-minute atd.
1582
1583
font-size : 11px ;
1583
1584
line-height : 13px ;
1584
1585
}
1585
- .discount_in_list_item a {
1586
+ .discount_in_list-item a {
1586
1587
display : inline-block;
1587
1588
padding : 3px ;
1588
1589
background : # efefef ;
1589
1590
color : # 444 ;
1590
1591
}
1591
1592
@media only screen and (min-width : 768px ) {
1592
- .discount_in_list_item {
1593
+ .discount_in_list-item {
1593
1594
top : 155px ;
1594
1595
right : 12px ;
1595
1596
left : auto;
1596
1597
max-width : 150px ;
1597
1598
}
1598
- .discount_in_list_item a {
1599
+ .discount_in_list-item a {
1599
1600
font-size : 12px ;
1600
1601
padding : 7px ;
1601
1602
}
1602
1603
}
1603
- .discount_in_list_item .with_image_icon {
1604
+ .discount_in_list-item .with_image_icon {
1604
1605
padding-left : 3px ;
1605
1606
margin-top : -10px ;
1606
1607
}
1607
- .discount_in_list_item .with_image_icon a {
1608
+ .discount_in_list-item .with_image_icon a {
1608
1609
padding : 0 ;
1609
1610
background : transparent;
1610
1611
}
1611
- .discount_in_list_item .with_image_icon img {
1612
+ .discount_in_list-item .with_image_icon img {
1612
1613
max-height : 40px ;
1613
1614
}
1614
1615
@media only screen and (min-width : 768px ) {
1615
- .discount_in_list_item .with_image_icon img {
1616
+ .discount_in_list-item .with_image_icon img {
1616
1617
max-height : 50px ;
1617
1618
}
1618
1619
}
0 commit comments