| Current Path : /home/digilove/public_html/components/com_marketplace/css/ |
| Current File : /home/digilove/public_html/components/com_marketplace/css/mp_general.css |
.webkul-tab {
width: 100%;
border-collapse: collapse;
}
.center .avatarimg {
width: 100px;
}
.webkul-tab th {
background: #333;
color: white;
font-weight: bold;
}
.webkul-tab td,
.webkul-tab th {
padding: 6px;
/* border: 1px solid #ccc; */
text-align: left;
}
@media only screen and (max-width: 760px) {
/* Force table to not be like tables anymore */
.webkul-tab,
.webkul-tab thead,
.webkul-tab tbody,
.webkul-tab th,
.webkul-tab td,
.webkul-tab tr {
display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
.webkul-tab thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.webkul-tab tr {
/* border: 1px solid #ccc; */
}
.webkul-tab td {
/* Behave like a "row" */
border: none;
/* border-bottom: 1px solid #eee; */
position: relative;
/* padding-left: 50%; */
}
.webkul-tab td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
}
.webkul-tab tr td:last-child {
margin-bottom: 5px;
border-bottom: 2px solid #ccc;
}
.webkul-tab tr:last-child td:last-child {
margin-bottom: 0;
border-bottom: 2px solid #ccc;
}
}