Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fluent: Scheduler - CSS fixes (part 3) #2874

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[currentDate]="currentDate"
[(groupByDate)]="groupByDate"
[startDayHour]="9"
[endDayHour]="16"
[endDayHour]="19"
[groups]="['priorityId']"
[height]="730"
[crossScrollingEnabled]="true"
Expand Down
2 changes: 1 addition & 1 deletion JSDemos/Demos/Scheduler/GroupByDate/React/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const App = () => {
defaultCurrentDate={currentDate}
height={730}
startDayHour={9}
endDayHour={16}
endDayHour={19}
crossScrollingEnabled={true}
>
<Resource
Expand Down
2 changes: 1 addition & 1 deletion JSDemos/Demos/Scheduler/GroupByDate/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:current-date="currentDate"
:height="730"
:start-day-hour="9"
:end-day-hour="16"
:end-day-hour="19"
:cross-scrolling-enabled="true"
current-view="week"
>
Expand Down
2 changes: 1 addition & 1 deletion JSDemos/Demos/Scheduler/GroupByDate/jQuery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $(() => {
groupByDate: groupByDate.option('value'),
currentDate: new Date(2021, 3, 21),
startDayHour: 9,
endDayHour: 16,
endDayHour: 19,
groups: ['priorityId'],
resources: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

::ng-deep .name h2 {
color: #fff;
font-size: 28px;
text-align: left;
padding: 0 0 5px 175px;
margin: 0;
Expand Down Expand Up @@ -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;
}
5 changes: 1 addition & 4 deletions JSDemos/Demos/Scheduler/Overview/React/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

.name h2 {
color: #fff;
font-size: 28px;
text-align: left;
padding: 0 0 5px 175px;
margin: 0;
Expand Down Expand Up @@ -84,7 +85,3 @@
.training-background-2 {
background-image: url("../../../../images/gym/icon-fitball.png");
}

.dx-theme-material .name h2 {
font-size: 28px;
}
4 changes: 0 additions & 4 deletions JSDemos/Demos/Scheduler/Overview/Vue/DataCell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
</style>
1 change: 1 addition & 0 deletions JSDemos/Demos/Scheduler/Overview/Vue/ResourceCell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default {

.name h2 {
color: #fff;
font-size: 28px;
text-align: left;
padding: 0 0 5px 175px;
margin: 0;
Expand Down
5 changes: 1 addition & 4 deletions JSDemos/Demos/Scheduler/Overview/jQuery/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

.name h2 {
color: #fff;
font-size: 28px;
text-align: left;
padding: 0 0 5px 175px;
margin: 0;
Expand Down Expand Up @@ -85,7 +86,3 @@
.training-background-2 {
background-image: url("../../../../images/gym/icon-fitball.png");
}

.dx-theme-material .name h2 {
font-size: 28px;
}
5 changes: 1 addition & 4 deletions MVCDemos/Content/DemosStyles/Scheduler/Overview.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

.name h2 {
color: #fff;
font-size: 28px;
text-align: left;
padding: 0 0 5px 175px;
margin: 0;
Expand Down Expand Up @@ -84,7 +85,3 @@
.training-background-2 {
background-image: url("../../images/gym/icon-fitball.png");
}

.dx-theme-material .name h2 {
font-size: 28px;
}
2 changes: 1 addition & 1 deletion MVCDemos/Views/Scheduler/GroupByDate.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion NetCoreDemos/Views/Scheduler/GroupByDate.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
5 changes: 1 addition & 4 deletions NetCoreDemos/wwwroot/css/DemosStyles/Scheduler/Overview.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

.name h2 {
color: #fff;
font-size: 28px;
text-align: left;
padding: 0 0 5px 175px;
margin: 0;
Expand Down Expand Up @@ -84,7 +85,3 @@
.training-background-2 {
background-image: url("../../../images/gym/icon-fitball.png");
}

.dx-theme-material .name h2 {
font-size: 28px;
}
Loading