Skip to content
Snippets Groups Projects

ISTWCMS-5551: adding fix for office hours table

Closed Eric Bremner requested to merge feature/ISTWCMS-5551-ebremner-update-office-hours into 1.0.x
+ 9
1
@@ -34,4 +34,12 @@
display: inline-block;
width: 6rem;
}
tbody .office-hours-slot td:nth-child(7) {
display: none;
}
.office-hours-slot a {
display: block;
}
.office-hours-slot input[disabled] {
background: #CCC;
}
Loading