Skip to content

move the changes to aspmvc github repository #5

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

Merged
merged 7 commits into from
Apr 4, 2019
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions .deployment

This file was deleted.

9 changes: 0 additions & 9 deletions .gitignore

This file was deleted.

Binary file added App_Data/Data/RTLText.pdf
Binary file not shown.
45 changes: 45 additions & 0 deletions App_Data/PDF/InvoiceProductList.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<Products>
<ProductDetails>
<Productid>CA-1098</Productid>
<Product>AWC Logo Cap</Product>
<Price>8.99</Price>
<Quantity>2</Quantity>
<Total>17.98</Total>
</ProductDetails>
<ProductDetails>
<Productid>LJ-0192</Productid>
<Product>Long-Sleeve Logo Jersey,M</Product>
<Price>49.99</Price>
<Quantity>3</Quantity>
<Total>149.97</Total>
</ProductDetails>
<ProductDetails>
<Productid>So-B909-M</Productid>
<Product>Mountain Bike Socks,M</Product>
<Price>9.5</Price>
<Quantity>2</Quantity>
<Total>19</Total>
</ProductDetails>
<ProductDetails>
<Productid>LJ-0192</Productid>
<Product>Long-Sleeve Logo Jersey,M</Product>
<Price>49.99</Price>
<Quantity>4</Quantity>
<Total>199.96</Total>
</ProductDetails>
<ProductDetails>
<Productid>FK-5136</Productid>
<Product>ML Fork</Product>
<Price>175.49</Price>
<Quantity>6</Quantity>
<Total>1052.94</Total>
</ProductDetails>
<ProductDetails>
<Productid>HL-U509</Productid>
<Product>Sports-100 Helmet,Black</Product>
<Price>34.99</Price>
<Quantity>1</Quantity>
<Total>34.99</Total>
</ProductDetails>
</Products>
Binary file modified App_Data/XlsIO/CFTemplate.xlsx
Binary file not shown.
1 change: 1 addition & 0 deletions Content/CircularGauge/Images/image1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Content/CircularGauge/Images/image2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Content/CircularGauge/Images/image3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Content/CircularGauge/Images/image4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Content/CircularGauge/Images/image5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Content/CircularGauge/Images/image6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions Content/LinearGauge/Cycling1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions Content/LinearGauge/Running1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions Content/LinearGauge/Walking1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions Content/RichTextEditor/codemirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,16 @@
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.highcontrast .cm-s-default .cm-string {color: #ffd939;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.highcontrast .cm-s-default .cm-tag {color: #00ff00;}
.cm-s-default .cm-attribute {color: #00c;}
.highcontrast .cm-s-default .cm-attribute {color: #f00;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

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

.highcontrast .CodeMirror {
background: black;
}

.CodeMirror-scroll {
overflow: scroll !important; /* Things will break if this is overridden */
/* 30px is the magic margin used to hide the element's real scrollbars */
Expand Down
19 changes: 17 additions & 2 deletions Content/Site.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,17 @@
content: '\e91b';
}

.sb-icon-Back:before {
content: '\e962';
font-size: 17px;
}

.sb-icons.sb-icon-Back {
vertical-align: middle;
display: table-cell;
width: 17px;
}

.sb-icons-plnkr:before {
content: '\e911';
}
Expand Down Expand Up @@ -766,6 +777,7 @@

.sb-left-pane .e-listview .e-list-item.e-active {
background-color: #d2ebff;
color:#000000;
}

#controlTree ul.e-list-parent {
Expand All @@ -788,6 +800,7 @@
position: absolute;
padding-left: 5px;
-webkit-overflow-scrolling: touch;
border: none;
}

.sb-control-list-top {
Expand Down Expand Up @@ -823,6 +836,7 @@
font-size: 18px;
margin: 0px;
font-weight: bold;
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif";
}

.sb-left-pane {
Expand Down Expand Up @@ -850,7 +864,7 @@
/*right -pane*/

.sb-right-pane {
/*left: 280px;*/
left: 280px;
padding-left: 26px;
padding-right: 36px;
overflow-y: auto;
Expand Down Expand Up @@ -1837,6 +1851,7 @@ body.highcontrast,

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

.sb-left-pane .e-treeview .e-text-content {
Expand Down Expand Up @@ -1944,4 +1959,4 @@ aside#left-sidebar {
}
.sb-icon-Currency:before {
content: '\e90b';
}
}
3 changes: 3 additions & 0 deletions Content/dropdownlist/grouping.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions Content/gantt/images/face-mask.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading