Skip to content

Commit 8490c88

Browse files
committed
Merge branch 'release/1.1'
2 parents 1ba55e2 + e2ceb27 commit 8490c88

File tree

157 files changed

+60122
-297
lines changed

Some content is hidden

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

157 files changed

+60122
-297
lines changed

FusionCharts/FusionCharts/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.0.0.0")]
36+
[assembly: AssemblyFileVersion("1.1.0.0")]

FusionChartsMVC3/App_Code/FusionCharts.cs

Lines changed: 1325 additions & 0 deletions
Large diffs are not rendered by default.

FusionChartsMVC3/Content/Site.css

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
body
2+
{
3+
font-size: .85em;
4+
font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
5+
color: #232323;
6+
background-color: #fff;
7+
}
8+
9+
header,
10+
footer,
11+
nav,
12+
section {
13+
display: block;
14+
}
15+
16+
/* Styles for basic forms
17+
-----------------------------------------------------------*/
18+
19+
fieldset
20+
{
21+
border:1px solid #ddd;
22+
padding:0 1.4em 1.4em 1.4em;
23+
margin:0 0 1.5em 0;
24+
}
25+
26+
legend
27+
{
28+
font-size:1.2em;
29+
font-weight: bold;
30+
}
31+
32+
textarea
33+
{
34+
min-height: 75px;
35+
}
36+
37+
.editor-label
38+
{
39+
margin: 1em 0 0 0;
40+
}
41+
42+
.editor-field
43+
{
44+
margin:0.5em 0 0 0;
45+
}
46+
47+
48+
/* Styles for validation helpers
49+
-----------------------------------------------------------*/
50+
.field-validation-error
51+
{
52+
color: #ff0000;
53+
}
54+
55+
.field-validation-valid
56+
{
57+
display: none;
58+
}
59+
60+
.input-validation-error
61+
{
62+
border: 1px solid #ff0000;
63+
background-color: #ffeeee;
64+
}
65+
66+
.validation-summary-errors
67+
{
68+
font-weight: bold;
69+
color: #ff0000;
70+
}
71+
72+
.validation-summary-valid
73+
{
74+
display: none;
75+
}
180 Bytes
Loading
178 Bytes
Loading
120 Bytes
Loading
105 Bytes
Loading
111 Bytes
Loading
110 Bytes
Loading
119 Bytes
Loading

0 commit comments

Comments
 (0)