Skip to content

Commit 7c7ddcf

Browse files
author
codeRR
committed
Regenerated css from the less file + added that .woff files should be allowed.
1 parent 0b9f726 commit 7c7ddcf

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed
Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,29 @@
11
.ViewContainer {
2-
width: 100%;
2+
width: 100%;
33
}
44
.morris-hover {
5-
position: absolute;
6-
z-index: 1000
5+
position: absolute;
6+
z-index: 100;
77
}
8-
98
.morris-hover.morris-default-style {
10-
border-radius: 10px;
11-
padding: 6px;
12-
color: #666;
13-
background: rgba(255,255,255,0.8);
14-
border: solid 2px rgba(230,230,230,0.8);
15-
font-family: sans-serif;
16-
font-size: 12px;
17-
text-align: center
9+
border-radius: 10px;
10+
padding: 6px;
11+
color: #666;
12+
background: rgba(255, 255, 255, 0.8);
13+
border: solid 2px rgba(230, 230, 230, 0.8);
14+
font-family: sans-serif;
15+
font-size: 12px;
16+
text-align: center;
1817
}
19-
2018
.morris-hover.morris-default-style .morris-hover-row-label {
21-
font-weight: bold;
22-
margin: 0.25em 0
19+
font-weight: bold;
20+
margin: 0.25em 0;
2321
}
24-
2522
.morris-hover.morris-default-style .morris-hover-point {
26-
white-space: nowrap;
27-
margin: 0.1em 0
23+
white-space: nowrap;
24+
margin: 0.1em 0;
2825
}
29-
3026
#pageMenu {
31-
display: inline-block;
32-
margin-left: 10px;
27+
display: inline-block;
28+
margin-left: 10px;
3329
}

src/Server/Coderr.Server.Web/Content/Site.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Server/Coderr.Server.Web/Web.config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<appSettings>
55
<add key="Configured" value="true" />
66
<add key="ConfigurationKey" value="change_this_to_your_own_password_before_running_the_installer" />
7-
7+
88
<add key="ScanForNewErrorReportsBatcher.Enabled" value="true" />
99
<add key="ScanForNewFeedback.Enabled" value="true" />
1010

@@ -27,6 +27,10 @@
2727
<remove name="TRACEVerbHandler" />
2828
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
2929
</handlers>
30+
<staticContent>
31+
<mimeMap fileExtension="woff" mimeType="application/font-woff" />
32+
<mimeMap fileExtension="woff2" mimeType="application/font-woff" />
33+
</staticContent>
3034
</system.webServer>
3135
<runtime>
3236
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

0 commit comments

Comments
 (0)