소스 검색

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;
+  }
+
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.