OpenXE/classes/Modules/Onlineshop/www/css/feature.css
2021-05-21 08:49:41 +02:00

37 lines
659 B
CSS

table.onlineshopsfeatures {
width: 99%;
}
table.onlineshopsfeatures tr:nth-child(odd)
{
background-color: lightgrey;
}
table.onlineshopsfeatures th:not(:first-child) {
min-width: 80px;
}
table.onlineshopsfeatures th:first-child {
max-width: 200px;
min-width: 200px;
width: 200px;
}
table.onlineshopsfeatures {
margin-bottom: 2em;
}
table.onlineshopsfeatures tr td:first-child {
padding-left: .5em;
text-transform: capitalize;
}
table.onlineshopsfeatures tr td:not(:first-child) {
text-align: center;
}
table.onlineshopsfeatures img,
table.onlineshopsfeatureslegend img {
width: 16px;
margin-right:5px;
}