mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-12 15:58:40 +00:00
Remove mobile table
This commit is contained in:
parent
2375a5f14e
commit
8165e4a2e0
27
styles.css
27
styles.css
|
|
@ -4870,33 +4870,6 @@ table.list th {
|
||||||
table.list td {
|
table.list td {
|
||||||
padding: 2px 5px 2px 5px; }
|
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 {
|
.nobreak {
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
|
|
||||||
|
|
|
||||||
35
table.scss
35
table.scss
|
|
@ -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 {
|
.nobreak {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user