Subversion Repositories wpShopGermany4

Rev

Rev 7472 | Rev 7477 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7472 Rev 7476
Line 533... Line 533...
533
/* Dialog für Meldungen wenn nicht auf einer Shop Seite / Warenkorbmeldung  ENDE */
533
/* Dialog für Meldungen wenn nicht auf einer Shop Seite / Warenkorbmeldung  ENDE */
534
 
534
 
535
#TB_caption { height: 50px !important; }
535
#TB_caption { height: 50px !important; }
536
#TB_secondLine { font-size: 14px !important; }
536
#TB_secondLine { font-size: 14px !important; }
537
 
537
 
-
 
538
.wpsg_produkt_wrapper2 .wpsg_gallery_wrap ul { width:490px; padding:0; margin:0; display:flex; flex-direction:row; flex-wrap:wrap; justify-content:space-between; }
-
 
539
.wpsg_produkt_wrapper2 .wpsg_gallery_wrap ul li { list-style:none; padding:0; margin:0; width:100px; height:100px; margin-bottom:30px; }
-
 
540
.wpsg_produkt_wrapper2 .wpsg_gallery_wrap ul li > div { width:100%; height:100%; cursor:pointer; }
-
 
541
.wpsg_produkt_wrapper2 .wpsg_gallery_wrap ul li > div > img { width:100%; height:100%; object-fit:cover; object-position:center center; }
-
 
542
.wpsg_produkt_wrapper2 .wpsg_produkt_produktbilder img { width:230px; height:230px; object-fit:cover; object-position:50% 50%; max-width:none; }
-
 
543
.wpsg_produkt_wrapper2 .wpsg_produkt_produktbilder { width:260px; max-width:260px; }
-
 
544
.wpsg_produkt_wrapper2 .wpsg_productimages { margin-right:0px !important; }
-
 
545
.wpsg_produkt_wrapper2 .bigimg img { margin-bottom:15px; }
-
 
546
 
538
547