Browse Source

small viewport tested tables

Heydon Pickering 8 years ago
parent
commit
bf67fcaa18
3 changed files with 18 additions and 0 deletions
  1. 9 0
      docs/css/styles.css
  2. 0 0
      docs/service-worker.js
  3. 9 0
      themes/infusion/static/css/styles.css

+ 9 - 0
docs/css/styles.css

@@ -256,6 +256,7 @@ th:empty {
 
 .tested td {
   vertical-align: top;
+  overflow: hidden;
 }
 
 .tested th {
@@ -866,4 +867,12 @@ h1 svg {
     display: block;
   }
 
+  .tested th, .tested td {
+    display: block;
+  }
+
+  .tested td + td {
+    border-top: 0;
+  }
+
 }

File diff suppressed because it is too large
+ 0 - 0
docs/service-worker.js


+ 9 - 0
themes/infusion/static/css/styles.css

@@ -256,6 +256,7 @@ th:empty {
 
 .tested td {
   vertical-align: top;
+  overflow: hidden;
 }
 
 .tested th {
@@ -866,4 +867,12 @@ h1 svg {
     display: block;
   }
 
+  .tested th, .tested td {
+    display: block;
+  }
+
+  .tested td + td {
+    border-top: 0;
+  }
+
 }

Some files were not shown because too many files changed in this diff