Skip to content

Commit 06a0e5e

Browse files
authored
Merge pull request #5 from Saranya13/master
move the changes to aspmvc github repository
2 parents 742332e + 0248d32 commit 06a0e5e

File tree

820 files changed

+177998
-70956
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

820 files changed

+177998
-70956
lines changed

.deployment

-2
This file was deleted.

.gitignore

-9
This file was deleted.

App_Data/Data/RTLText.pdf

843 KB
Binary file not shown.

App_Data/PDF/InvoiceProductList.xml

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Products>
3+
<ProductDetails>
4+
<Productid>CA-1098</Productid>
5+
<Product>AWC Logo Cap</Product>
6+
<Price>8.99</Price>
7+
<Quantity>2</Quantity>
8+
<Total>17.98</Total>
9+
</ProductDetails>
10+
<ProductDetails>
11+
<Productid>LJ-0192</Productid>
12+
<Product>Long-Sleeve Logo Jersey,M</Product>
13+
<Price>49.99</Price>
14+
<Quantity>3</Quantity>
15+
<Total>149.97</Total>
16+
</ProductDetails>
17+
<ProductDetails>
18+
<Productid>So-B909-M</Productid>
19+
<Product>Mountain Bike Socks,M</Product>
20+
<Price>9.5</Price>
21+
<Quantity>2</Quantity>
22+
<Total>19</Total>
23+
</ProductDetails>
24+
<ProductDetails>
25+
<Productid>LJ-0192</Productid>
26+
<Product>Long-Sleeve Logo Jersey,M</Product>
27+
<Price>49.99</Price>
28+
<Quantity>4</Quantity>
29+
<Total>199.96</Total>
30+
</ProductDetails>
31+
<ProductDetails>
32+
<Productid>FK-5136</Productid>
33+
<Product>ML Fork</Product>
34+
<Price>175.49</Price>
35+
<Quantity>6</Quantity>
36+
<Total>1052.94</Total>
37+
</ProductDetails>
38+
<ProductDetails>
39+
<Productid>HL-U509</Productid>
40+
<Product>Sports-100 Helmet,Black</Product>
41+
<Price>34.99</Price>
42+
<Quantity>1</Quantity>
43+
<Total>34.99</Total>
44+
</ProductDetails>
45+
</Products>

App_Data/XlsIO/CFTemplate.xlsx

642 Bytes
Binary file not shown.
+1
Loading
+1
Loading
+1
Loading
+1
Loading
+1
Loading
+1
Loading

Content/LinearGauge/Cycling1.svg

+53
Loading

Content/LinearGauge/Running1.svg

+56
Loading

Content/LinearGauge/Walking1.svg

+54
Loading

Content/RichTextEditor/codemirror.css

+7
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,16 @@
128128
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
129129
.cm-s-default .cm-comment {color: #a50;}
130130
.cm-s-default .cm-string {color: #a11;}
131+
.highcontrast .cm-s-default .cm-string {color: #ffd939;}
131132
.cm-s-default .cm-string-2 {color: #f50;}
132133
.cm-s-default .cm-meta {color: #555;}
133134
.cm-s-default .cm-qualifier {color: #555;}
134135
.cm-s-default .cm-builtin {color: #30a;}
135136
.cm-s-default .cm-bracket {color: #997;}
136137
.cm-s-default .cm-tag {color: #170;}
138+
.highcontrast .cm-s-default .cm-tag {color: #00ff00;}
137139
.cm-s-default .cm-attribute {color: #00c;}
140+
.highcontrast .cm-s-default .cm-attribute {color: #f00;}
138141
.cm-s-default .cm-hr {color: #999;}
139142
.cm-s-default .cm-link {color: #00c;}
140143

@@ -161,6 +164,10 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
161164
background: white;
162165
}
163166

167+
.highcontrast .CodeMirror {
168+
background: black;
169+
}
170+
164171
.CodeMirror-scroll {
165172
overflow: scroll !important; /* Things will break if this is overridden */
166173
/* 30px is the magic margin used to hide the element's real scrollbars */

Content/Site.css

+17-2
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,17 @@
173173
content: '\e91b';
174174
}
175175

176+
.sb-icon-Back:before {
177+
content: '\e962';
178+
font-size: 17px;
179+
}
180+
181+
.sb-icons.sb-icon-Back {
182+
vertical-align: middle;
183+
display: table-cell;
184+
width: 17px;
185+
}
186+
176187
.sb-icons-plnkr:before {
177188
content: '\e911';
178189
}
@@ -766,6 +777,7 @@
766777

767778
.sb-left-pane .e-listview .e-list-item.e-active {
768779
background-color: #d2ebff;
780+
color:#000000;
769781
}
770782

771783
#controlTree ul.e-list-parent {
@@ -788,6 +800,7 @@
788800
position: absolute;
789801
padding-left: 5px;
790802
-webkit-overflow-scrolling: touch;
803+
border: none;
791804
}
792805

793806
.sb-control-list-top {
@@ -823,6 +836,7 @@
823836
font-size: 18px;
824837
margin: 0px;
825838
font-weight: bold;
839+
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif";
826840
}
827841

828842
.sb-left-pane {
@@ -850,7 +864,7 @@
850864
/*right -pane*/
851865

852866
.sb-right-pane {
853-
/*left: 280px;*/
867+
left: 280px;
854868
padding-left: 26px;
855869
padding-right: 36px;
856870
overflow-y: auto;
@@ -1837,6 +1851,7 @@ body.highcontrast,
18371851

18381852
.sb-left-pane .e-treeview .e-list-text {
18391853
width: 100%;
1854+
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif";
18401855
}
18411856

18421857
.sb-left-pane .e-treeview .e-text-content {
@@ -1944,4 +1959,4 @@ aside#left-sidebar {
19441959
}
19451960
.sb-icon-Currency:before {
19461961
content: '\e90b';
1947-
}
1962+
}

Content/dropdownlist/grouping.css

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Content/gantt/images/face-mask.svg

+21
Loading

0 commit comments

Comments
 (0)