709
edits
(Added styles for university timetables) |
|||
Line 936: | Line 936: | ||
table.tdwidth-500 td, table.tdwidth-500 th { width: 500px; } | table.tdwidth-500 td, table.tdwidth-500 th { width: 500px; } | ||
table.tdwidth-600 td, table.tdwidth-600 th { width: 600px; } | table.tdwidth-600 td, table.tdwidth-600 th { width: 600px; } | ||
/* University timetable styles */ | |||
.tt-floating-label { | |||
position: absolute; | |||
bottom: 4px; | |||
right: 4px; | |||
font-size: 12px; | |||
} | |||
@media screen (max-width: 1023px) { | |||
.tt-floating-label { | |||
position: initial; | |||
text-align: center; | |||
} | |||
} |