Browse Source

Make tables full width on small screens.

MOODLE_34_STABLE
Dan Marsden 8 years ago
parent
commit
43f381b616
  1. 5
      styles.css

5
styles.css

@ -217,6 +217,11 @@
#page-mod-attendance-view .colatt { #page-mod-attendance-view .colatt {
display: none; display: none;
} }
.path-mod-attendance .attfiltercontrols,
.path-mod-attendance .attwidth {
width: 100%;
}
} }
@media (max-width: 480px) { @media (max-width: 480px) {

Loading…
Cancel
Save