Explorar o código

small viewport tested tables

Heydon Pickering %!s(int64=8) %!d(string=hai) anos
pai
achega
bf67fcaa18
Modificáronse 3 ficheiros con 18 adicións e 0 borrados
  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;
+  }
+
 }

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 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;
+  }
+
 }

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio