Файл: Luxe-Shop v6.0/assets/css/reviews.css
Строк: 88
.table {
margin-bottom: 20px;
width:
100%;
font-size:12px;
}
.table thead > tr > th, .table tbody >
tr > th, .table tfoot > tr > th, .table thead > tr > td,
.table tbody > tr > td, .table tfoot > tr > td {
border-top: 1px solid #DDDDDD;
line-height: 1.42857;
padding:
8px;
vertical-align: top;
}
.table thead > tr > th {
vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th, .table thead:first-child
tr:first-child th, .table caption + thead tr:first-child td, .table
colgroup + thead tr:first-child td, .table thead:first-child tr:first-child
td {
border-top: 0 none;
}
.table tbody + tbody {
border-top:
2px solid #DDDDDD;
}
.table .table {
background-color:
#FFFFFF;
}
.table-condensed thead > tr > th, .table-condensed tbody
> tr > th, .table-condensed tfoot > tr > th, .table-condensed
thead > tr > td, .table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
padding:
5px;
}
.table-bordered > thead > tr > th, .table-bordered >
tbody > tr > th, .table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > tbody >
tr > td, .table-bordered > tfoot > tr > td {
border: 1px
solid #DDDDDD;
}
.table-striped > tbody > tr:nth-child(2n+1) >
td, .table-striped > tbody > tr:nth-child(2n+1) > th {
background-color: #F9F9F9;
}
.table-hover > tbody > tr:hover >
td, .table-hover > tbody > tr:hover > th {
background-color:
#F5F5F5;
}
table col[class^="col-"] {
display:
table-column;
float: none;
}
table td[class^="col-"],
table th[class^="col-"] {
display: table-cell;
float:
none;
}
.table > thead > tr > td.active, .table > tbody >
tr > td.active, .table > tfoot > tr > td.active, .table >
thead > tr > th.active, .table > tbody > tr > th.active,
.table > tfoot > tr > th.active, .table > thead > tr.active
> td, .table > tbody > tr.active > td, .table > tfoot >
tr.active > td, .table > thead > tr.active > th, .table >
tbody > tr.active > th, .table > tfoot > tr.active > th {
background-color: #F5F5F5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success, .table > tfoot > tr >
td.success, .table > thead > tr > th.success, .table > tbody
> tr > th.success, .table > tfoot > tr > th.success, .table
> thead > tr.success > td, .table > tbody > tr.success >
td, .table > tfoot > tr.success > td, .table > thead >
tr.success > th, .table > tbody > tr.success > th, .table >
tfoot > tr.success > th {
background-color: #DFF0D8;
border-color: #D6E9C6;
}
.table > thead > tr > td.danger, .table
> tbody > tr > td.danger, .table > tfoot > tr >
td.danger, .table > thead > tr > th.danger, .table > tbody >
tr > th.danger, .table > tfoot > tr > th.danger, .table >
thead > tr.danger > td, .table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td, .table > thead > tr.danger
> th, .table > tbody > tr.danger > th, .table > tfoot >
tr.danger > th {
background-color: #F2DEDE;
border-color:
#EED3D7;
}
.table > thead > tr > td.warning, .table > tbody
> tr > td.warning, .table > tfoot > tr > td.warning, .table
> thead > tr > th.warning, .table > tbody > tr >
th.warning, .table > tfoot > tr > th.warning, .table > thead
> tr.warning > td, .table > tbody > tr.warning > td, .table
> tfoot > tr.warning > td, .table > thead > tr.warning >
th, .table > tbody > tr.warning > th, .table > tfoot >
tr.warning > th {
background-color: #FCF8E3;
border-color:
#FBEED5;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover >
tbody > tr.success:hover > td {
background-color: #D0E9C6;
border-color: #C9E2B3;
}
.table-hover > tbody > tr >
td.danger:hover, .table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
background-color: #EBCCCC;
border-color: #E6C1C7;
}
.table-hover
> tbody > tr > td.warning:hover, .table-hover > tbody > tr
> th.warning:hover, .table-hover > tbody > tr.warning:hover >
td {
background-color: #FAF2CC;
border-color: #F8E5BE;
}