Button stylings

This commit is contained in:
2017-02-09 13:05:14 -05:00
parent 6c2b9d7429
commit 53c358a63a
9 changed files with 978 additions and 10 deletions
+1 -1
View File
@@ -92,7 +92,7 @@
</mailSettings>
</system.net>
<system.web>
<customErrors mode="RemoteOnly" />
<customErrors mode="RemoteOnly" defaultRedirect="~/error" />
<trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" />
<!-- max 1GB -->
<httpRuntime requestValidationMode="2.0" enableVersionHeader="false" targetFramework="4.5" executionTimeout="3600" maxRequestLength="1000000000" fcnMode="Single" />