Remove mobile table

This commit is contained in:
Dennis Eichhorn 2017-04-16 19:17:53 +02:00
parent 2375a5f14e
commit 8165e4a2e0
2 changed files with 0 additions and 62 deletions

View File

@ -4870,33 +4870,6 @@ table.list th {
table.list td {
padding: 2px 5px 2px 5px; }
@media screen and (max-width: 600px) {
table.table {
border: 0;
width: 100%; }
table.table thead {
display: none; }
table.table tr {
border-bottom: 3px solid #ddd;
display: block;
margin-bottom: .625em; }
table.table td {
border-bottom: 1px solid #ddd;
display: block;
font-size: .8em;
text-align: right; }
table.table td:before {
content: attr(data-label);
float: left;
font-weight: bold;
text-transform: uppercase; }
table.table td:last-child {
border-bottom: 0; } }
.nobreak {
white-space: nowrap; }

View File

@ -163,41 +163,6 @@ table.list {
}
}
@media screen and (max-width: 600px) {
table.table {
border: 0;
width: 100%;
}
table.table thead {
display: none;
}
table.table tr {
border-bottom: 3px solid #ddd;
display: block;
margin-bottom: .625em;
}
table.table td {
border-bottom: 1px solid #ddd;
display: block;
font-size: .8em;
text-align: right;
}
table.table td:before {
content: attr(data-label);
float: left;
font-weight: bold;
text-transform: uppercase;
}
table.table td:last-child {
border-bottom: 0;
}
}
.nobreak {
white-space: nowrap;
}