diff --git a/MP-LAND/App_Start/BundleConfig.cs b/MP-LAND/App_Start/BundleConfig.cs index d70f264a..7ecce0e7 100644 --- a/MP-LAND/App_Start/BundleConfig.cs +++ b/MP-LAND/App_Start/BundleConfig.cs @@ -31,6 +31,8 @@ namespace MP "~/Content/font-awesome.css", "~/Content/fonts.css", "~/Content/Site.css")); + + BundleTable.EnableOptimizations = true; } #endregion Public Methods diff --git a/MP-LAND/Content/Site.css b/MP-LAND/Content/Site.css index df8d2bf9..0dc09c12 100644 --- a/MP-LAND/Content/Site.css +++ b/MP-LAND/Content/Site.css @@ -1,8 +1,7 @@ -/*@import "font.css";*/ -body { +body { padding-top: 50px; padding-bottom: 20px; - font-family: "Roboto Condensed"; + font-family: 'Roboto Condensed', sans-serif; } /* Set padding to keep content from hitting the edges */ .body-content { diff --git a/MP-LAND/Content/Site.less b/MP-LAND/Content/Site.less index 02551921..f68094b4 100644 --- a/MP-LAND/Content/Site.less +++ b/MP-LAND/Content/Site.less @@ -1,9 +1,7 @@ -/*@import "font.css";*/ - -body { +body { padding-top: 50px; padding-bottom: 20px; - font-family: "Roboto Condensed"; + font-family: 'Roboto Condensed', sans-serif; } /* Set padding to keep content from hitting the edges */ diff --git a/MP-LAND/Content/Site.min.css b/MP-LAND/Content/Site.min.css index c20abe5c..d7183239 100644 --- a/MP-LAND/Content/Site.min.css +++ b/MP-LAND/Content/Site.min.css @@ -1 +1 @@ -body{padding-top:50px;padding-bottom:20px;font-family:"Roboto Condensed";}.body-content{padding-left:15px;padding-right:15px;}.dl-horizontal dt{white-space:normal;}input,select,textarea{max-width:280px;}.fullWidth{width:100%;}.text-white{color:#fff;}.text-gray{color:#696969;}.userCard{display:block;page-break-before:auto;page-break-inside:avoid;page-break-after:auto;}@page{margin:1cm;}@media print{.userCard{display:block;page-break-before:always;}} \ No newline at end of file +body{padding-top:50px;padding-bottom:20px;font-family:'Roboto Condensed',sans-serif;}.body-content{padding-left:15px;padding-right:15px;}.dl-horizontal dt{white-space:normal;}input,select,textarea{max-width:280px;}.fullWidth{width:100%;}.text-white{color:#fff;}.text-gray{color:#696969;}.userCard{display:block;page-break-before:auto;page-break-inside:avoid;page-break-after:auto;}@page{margin:1cm;}@media print{.userCard{display:block;page-break-before:always;}} \ No newline at end of file diff --git a/MP-LAND/MP-LAND.csproj b/MP-LAND/MP-LAND.csproj index 6f190a17..df9625d8 100644 --- a/MP-LAND/MP-LAND.csproj +++ b/MP-LAND/MP-LAND.csproj @@ -368,18 +368,10 @@ - - Always - - - Always - - - Always - - - Always - + + + + diff --git a/MP-LAND/Views/Home/UserListQR.cshtml b/MP-LAND/Views/Home/UserListQR.cshtml index bd22367c..d96e379e 100644 --- a/MP-LAND/Views/Home/UserListQR.cshtml +++ b/MP-LAND/Views/Home/UserListQR.cshtml @@ -1,39 +1,39 @@ @model IEnumerable
-

Elenco QR-Code operatori

-Per selezionare un range specifico aggiungere all'url parametri From e Lenght (es: UserListQR?From=2&Lenght=4) -
- @foreach (var item in Model) - { -
-
-
-
-
- -
-
-

@ViewBag.Message

-
+

Elenco QR-Code operatori

+ Per selezionare un range specifico aggiungere all'url parametri From e Lenght (es: UserListQR?From=2&Lenght=4) +
+ @foreach (var item in Model) + { +
+
+
+
+
+ +
+
+

@ViewBag.Message

+
+
+
+
+
+
+ Image 12345 +
+
+

@item.Cognome @item.Nome

+ matr: @item.MatrOpr +
+
+
+ +
-
-
-
-
- Image 12345 -
-
-

@item.Cognome @item.Nome

- matr: @item.MatrOpr -
-
-
- -
-
- } -
+ } +
\ No newline at end of file diff --git a/MP-LAND/Views/Shared/_Layout.cshtml b/MP-LAND/Views/Shared/_Layout.cshtml index 5c93e0af..be62cffa 100644 --- a/MP-LAND/Views/Shared/_Layout.cshtml +++ b/MP-LAND/Views/Shared/_Layout.cshtml @@ -5,6 +5,8 @@ @ViewBag.Title - MP LAND + @* + *@ @Styles.Render("~/Content/bootstrap") @Styles.Render("~/Content/css") @Scripts.Render("~/bundles/modernizr") diff --git a/MP-LAND/Web.config b/MP-LAND/Web.config index 5653f66a..287e954c 100644 --- a/MP-LAND/Web.config +++ b/MP-LAND/Web.config @@ -118,12 +118,11 @@ + - - - - + +