diff --git a/JSDemos/Demos/Scheduler/GroupByDate/Angular/app/app.component.html b/JSDemos/Demos/Scheduler/GroupByDate/Angular/app/app.component.html index be61972e176..f5f7e34fad6 100644 --- a/JSDemos/Demos/Scheduler/GroupByDate/Angular/app/app.component.html +++ b/JSDemos/Demos/Scheduler/GroupByDate/Angular/app/app.component.html @@ -5,7 +5,7 @@ [currentDate]="currentDate" [(groupByDate)]="groupByDate" [startDayHour]="9" - [endDayHour]="16" + [endDayHour]="19" [groups]="['priorityId']" [height]="730" [crossScrollingEnabled]="true" diff --git a/JSDemos/Demos/Scheduler/GroupByDate/React/App.js b/JSDemos/Demos/Scheduler/GroupByDate/React/App.js index beaca7c2d5c..e2ae1ea5edb 100644 --- a/JSDemos/Demos/Scheduler/GroupByDate/React/App.js +++ b/JSDemos/Demos/Scheduler/GroupByDate/React/App.js @@ -27,7 +27,7 @@ const App = () => { defaultCurrentDate={currentDate} height={730} startDayHour={9} - endDayHour={16} + endDayHour={19} crossScrollingEnabled={true} > diff --git a/JSDemos/Demos/Scheduler/GroupByDate/jQuery/index.js b/JSDemos/Demos/Scheduler/GroupByDate/jQuery/index.js index d0aa28b8148..7b838c2f91b 100644 --- a/JSDemos/Demos/Scheduler/GroupByDate/jQuery/index.js +++ b/JSDemos/Demos/Scheduler/GroupByDate/jQuery/index.js @@ -21,7 +21,7 @@ $(() => { groupByDate: groupByDate.option('value'), currentDate: new Date(2021, 3, 21), startDayHour: 9, - endDayHour: 16, + endDayHour: 19, groups: ['priorityId'], resources: [ { diff --git a/JSDemos/Demos/Scheduler/Overview/Angular/app/app.component.css b/JSDemos/Demos/Scheduler/Overview/Angular/app/app.component.css index fc8cf0acbef..3fdeb559841 100644 --- a/JSDemos/Demos/Scheduler/Overview/Angular/app/app.component.css +++ b/JSDemos/Demos/Scheduler/Overview/Angular/app/app.component.css @@ -32,6 +32,7 @@ ::ng-deep .name h2 { color: #fff; + font-size: 28px; text-align: left; padding: 0 0 5px 175px; margin: 0; @@ -79,7 +80,3 @@ ::ng-deep .training-background-2 { background-image: url("../../../../images/gym/icon-fitball.png"); } - -::ng-deep .dx-theme-material .name h2 { - font-size: 28px; -} diff --git a/JSDemos/Demos/Scheduler/Overview/React/styles.css b/JSDemos/Demos/Scheduler/Overview/React/styles.css index 7b4dd40579f..0b572f661a4 100644 --- a/JSDemos/Demos/Scheduler/Overview/React/styles.css +++ b/JSDemos/Demos/Scheduler/Overview/React/styles.css @@ -32,6 +32,7 @@ .name h2 { color: #fff; + font-size: 28px; text-align: left; padding: 0 0 5px 175px; margin: 0; @@ -84,7 +85,3 @@ .training-background-2 { background-image: url("../../../../images/gym/icon-fitball.png"); } - -.dx-theme-material .name h2 { - font-size: 28px; -} diff --git a/JSDemos/Demos/Scheduler/Overview/Vue/DataCell.vue b/JSDemos/Demos/Scheduler/Overview/Vue/DataCell.vue index cb25000dd44..b566ce8e079 100644 --- a/JSDemos/Demos/Scheduler/Overview/Vue/DataCell.vue +++ b/JSDemos/Demos/Scheduler/Overview/Vue/DataCell.vue @@ -81,8 +81,4 @@ export default { .training-background-2 { background-image: url("../../../../images/gym/icon-fitball.png"); } - -.dx-theme-material .name h2 { - font-size: 28px; -} diff --git a/JSDemos/Demos/Scheduler/Overview/Vue/ResourceCell.vue b/JSDemos/Demos/Scheduler/Overview/Vue/ResourceCell.vue index 3c7804afd41..5b891d29a32 100644 --- a/JSDemos/Demos/Scheduler/Overview/Vue/ResourceCell.vue +++ b/JSDemos/Demos/Scheduler/Overview/Vue/ResourceCell.vue @@ -48,6 +48,7 @@ export default { .name h2 { color: #fff; + font-size: 28px; text-align: left; padding: 0 0 5px 175px; margin: 0; diff --git a/JSDemos/Demos/Scheduler/Overview/jQuery/styles.css b/JSDemos/Demos/Scheduler/Overview/jQuery/styles.css index 4b123217517..2f6ce2ead51 100644 --- a/JSDemos/Demos/Scheduler/Overview/jQuery/styles.css +++ b/JSDemos/Demos/Scheduler/Overview/jQuery/styles.css @@ -32,6 +32,7 @@ .name h2 { color: #fff; + font-size: 28px; text-align: left; padding: 0 0 5px 175px; margin: 0; @@ -85,7 +86,3 @@ .training-background-2 { background-image: url("../../../../images/gym/icon-fitball.png"); } - -.dx-theme-material .name h2 { - font-size: 28px; -} diff --git a/MVCDemos/Content/DemosStyles/Scheduler/Overview.css b/MVCDemos/Content/DemosStyles/Scheduler/Overview.css index bd07bda9886..3c9b5fdbf63 100644 --- a/MVCDemos/Content/DemosStyles/Scheduler/Overview.css +++ b/MVCDemos/Content/DemosStyles/Scheduler/Overview.css @@ -31,6 +31,7 @@ .name h2 { color: #fff; + font-size: 28px; text-align: left; padding: 0 0 5px 175px; margin: 0; @@ -84,7 +85,3 @@ .training-background-2 { background-image: url("../../images/gym/icon-fitball.png"); } - -.dx-theme-material .name h2 { - font-size: 28px; -} diff --git a/MVCDemos/Views/Scheduler/GroupByDate.cshtml b/MVCDemos/Views/Scheduler/GroupByDate.cshtml index b2ef772d5a5..e7bbd6ba7f0 100644 --- a/MVCDemos/Views/Scheduler/GroupByDate.cshtml +++ b/MVCDemos/Views/Scheduler/GroupByDate.cshtml @@ -21,7 +21,7 @@ .GroupByDate(true) .CurrentDate(new DateTime(2021, 4, 21)) .StartDayHour(9) - .EndDayHour(16) + .EndDayHour(19) .Groups(new[] { "Priority" }) .Resources(res => { res.Add() diff --git a/NetCoreDemos/Views/Scheduler/GroupByDate.cshtml b/NetCoreDemos/Views/Scheduler/GroupByDate.cshtml index 0a3542fd9eb..b870d169c85 100644 --- a/NetCoreDemos/Views/Scheduler/GroupByDate.cshtml +++ b/NetCoreDemos/Views/Scheduler/GroupByDate.cshtml @@ -21,7 +21,7 @@ .GroupByDate(true) .CurrentDate(new DateTime(2021, 4, 21)) .StartDayHour(9) - .EndDayHour(16) + .EndDayHour(19) .Groups(new[] { "Priority" }) .Resources(res => { res.Add() diff --git a/NetCoreDemos/wwwroot/css/DemosStyles/Scheduler/Overview.css b/NetCoreDemos/wwwroot/css/DemosStyles/Scheduler/Overview.css index baaaea34377..6d570ae75e8 100644 --- a/NetCoreDemos/wwwroot/css/DemosStyles/Scheduler/Overview.css +++ b/NetCoreDemos/wwwroot/css/DemosStyles/Scheduler/Overview.css @@ -31,6 +31,7 @@ .name h2 { color: #fff; + font-size: 28px; text-align: left; padding: 0 0 5px 175px; margin: 0; @@ -84,7 +85,3 @@ .training-background-2 { background-image: url("../../../images/gym/icon-fitball.png"); } - -.dx-theme-material .name h2 { - font-size: 28px; -}