Преглед изворни кода

small viewport tested tables

Heydon Pickering пре 8 година
родитељ
комит
bf67fcaa18
3 измењених фајлова са 18 додато и 0 уклоњено
  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;
+  }
+
 }

Разлика између датотеке није приказан због своје велике величине
+ 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;
+  }
+
 }

Неке датотеке нису приказане због велике количине промена