Skip to content

Commit 4a2aeea

Browse files
authored
Merge pull request #3 from Shameer-Ali/master
Outlook show case sample latest changes were committed
2 parents 8c2f8c5 + d31d229 commit 4a2aeea

File tree

5 files changed

+6049
-2614
lines changed

5 files changed

+6049
-2614
lines changed

Outlook_Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.3" />
1111
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.1" />
12-
<PackageReference Include="Syncfusion.EJ2" Version="*" />
12+
<PackageReference Include="Syncfusion.EJ2.AspNet.Core" Version="19.1.0.54" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

wwwroot/content/Outlook Icons/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,3 +227,16 @@
227227
content: "\e94f";
228228
color: #fff100;
229229
}
230+
.e-listview:not(.e-list-template) .e-list-item {
231+
height: 85px;
232+
line-height: 1.42857143;
233+
}
234+
235+
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
236+
content: '';
237+
font-family: 'e-icons';
238+
}
239+
240+
.e-treeview .e-list-item div.e-icons::before {
241+
content: "";
242+
}

wwwroot/content/css/outlook.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -576,11 +576,6 @@ html, body {
576576
text-indent: 0px;
577577
}
578578

579-
#toolbar_align .e-toolbar-left .e-toolbar-item .e-tbar-btn, #toolbar_newmail .e-toolbar-item .e-tbar-btn,
580-
#rp-toolbar_align .e-toolbar-left .e-toolbar-item .e-tbar-btn, #rp-toolbar_newmail .e-toolbar-item .e-tbar-btn {
581-
display: table !important;
582-
}
583-
584579
#toolbar_align .e-toolbar-left .e-toolbar-item .e-tbar-btn > span, #toolbar_align .e-toolbar-left .e-toolbar-item .e-tbar-btn > div,
585580
#toolbar_newmail .e-toolbar-left .e-toolbar-item .e-tbar-btn > span, #toolbar_newmail .e-toolbar-left .e-toolbar-item .e-tbar-btn > div,
586581
#rp-toolbar_align .e-toolbar-left .e-toolbar-item .e-tbar-btn > span, #rp-toolbar_align .e-toolbar-left .e-toolbar-item .e-tbar-btn > div,
@@ -760,6 +755,7 @@ html, body {
760755
font-family: "SegoeUI-SemiLight-final","Segoe UI SemiLight","Segoe UI WPC Semilight","Segoe UI",Segoe,Tahoma,Helvetica,Arial,sans-serif;
761756
font-size: 22px;
762757
color: white;
758+
margin: 0px;
763759
}
764760

765761
/* Defining style for Reading Pane Content */

wwwroot/content/styles.css

Lines changed: 6033 additions & 2607 deletions
Large diffs are not rendered by default.

wwwroot/scripts/ej2.min.js

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)