Make tables full width on small screens.
authorDan Marsden <dan@danmarsden.com>
Wed, 5 Jul 2017 01:35:14 +0000 (13:35 +1200)
committerDan Marsden <dan@danmarsden.com>
Wed, 5 Jul 2017 01:35:14 +0000 (13:35 +1200)
styles.css

index d952510..5aa997a 100644 (file)
     #page-mod-attendance-view .colatt {
         display: none;
     }
+
+    .path-mod-attendance .attfiltercontrols,
+    .path-mod-attendance .attwidth {
+        width: 100%;
+    }
 }
 
 @media (max-width: 480px) {