Files
PrestaShop/themes/default-bootstrap/css/scenes.css
TMMeilleur 689fcb005d small fixes
2013-12-04 10:08:35 +02:00

116 lines
1.9 KiB
CSS

/*TMP*/
#scenes .popover-button span {
display: block;
font-size: 28px;
text-align: center;
}
#scenes .popover-button span:before {
content: "";
font-family: "FontAwesome";
display: block;
vertical-align: 5px;
}
/*TMP*/
.thumbs_banner {
margin: 10px auto;
padding: 0px 0;
height: 62px !important;
width: 100%;
border-top: 1px solid #d6d4d4;
border-bottom: 1px solid #d6d4d4;
}
.thumbs_banner .space-keeper {
width: 21px;
float: left;
display: block;
height: 100%;
}
.thumbs_banner .space-keeper a.prev {
display: none;
width: 21px;
background: #fbfbfb;
text-decoration: none;
color: #333333;
}
.thumbs_banner .space-keeper a.prev:before {
font-family: "FontAwesome";
content: "";
vertical-align: middle;
padding-top: 35px;
padding-left: 5px;
}
#scenes_list {
overflow: hidden;
float: left;
width: 828px;
}
#scenes_list ul {
list-style-type: none;
}
#scenes_list li {
float: left;
}
#scenes_list a {
display: block;
}
.thumbs_banner a.next {
float: left;
display: block;
width: 21px;
width: 21px;
background: #fbfbfb;
text-decoration: none;
color: #333333;
}
.thumbs_banner a.next:before {
font-family: "FontAwesome";
content: "";
vertical-align: middle;
padding-top: 35px;
padding-left: 5px;
}
#scenes a.popover-button {
display: block;
position: absolute;
text-decoration: none;
}
#scenes .popover {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border-color: #d6d4d4;
}
#scenes .product-image-container, #scenes .product-name {
margin-bottom: 15px;
}
#scenes div.description {
margin-bottom: 15px;
}
#scenes .button-container {
margin-bottom: 15px;
}
#scenes .button-container a {
text-decoration: none;
}
#scenes .price {
margin-bottom: 10px;
}
@media (max-width: 1199px) {
#scenes {
display: none;
}
}