From 8165e4a2e0b8b3a9dcda09f83c73c2b3030b8e03 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 16 Apr 2017 19:17:53 +0200 Subject: [PATCH] Remove mobile table --- styles.css | 27 --------------------------- table.scss | 35 ----------------------------------- 2 files changed, 62 deletions(-) diff --git a/styles.css b/styles.css index 4c82db0..48507a1 100644 --- a/styles.css +++ b/styles.css @@ -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; } diff --git a/table.scss b/table.scss index 7999160..5151f66 100644 --- a/table.scss +++ b/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 { white-space: nowrap; } \ No newline at end of file