diff --git a/public/css/common.less b/public/css/common.less index 2896834c2..f12bf60d0 100644 --- a/public/css/common.less +++ b/public/css/common.less @@ -28,23 +28,6 @@ } } -.schedules-header { - margin-left: 12em; - width: ~"calc(100% - 12em)"; - - .days-header { - grid-template-columns: repeat(7, minmax(2em, 1fr)); - - .column-title { - border-right: 1px solid @gray-lighter; - } - - .column-title:first-of-type { - border-left: 2px solid @gray-lighter - } - } -} - .controls { &.contactgroup-detail, &.event-detail, diff --git a/public/css/list/schedule-list.less b/public/css/list/schedule-list.less index 5a1955cb7..1170ab32a 100644 --- a/public/css/list/schedule-list.less +++ b/public/css/list/schedule-list.less @@ -1,3 +1,18 @@ +// Header +.schedules-header { + margin-left: 12em; + width: ~"calc(100% - 12em)"; + + .days-header { + grid-template-columns: repeat(7, minmax(2em, 1fr)); + border-left: 2px solid @gray-lighter; + + .column-title { + border-right: 1px solid @gray-lighter; + } + } +} + // Layout .item-list.schedule-list { .list-item {