diff --git a/.vs/ScheMe-SP/v15/sqlite3/storage.ide b/.vs/ScheMe-SP/v15/sqlite3/storage.ide index 1410fca..b9cd2bc 100644 Binary files a/.vs/ScheMe-SP/v15/sqlite3/storage.ide and b/.vs/ScheMe-SP/v15/sqlite3/storage.ide differ diff --git a/ScheMe-SP/AccettazioneEdit.aspx b/ScheMe-SP/AccettazioneEdit.aspx index 9283075..040666a 100644 --- a/ScheMe-SP/AccettazioneEdit.aspx +++ b/ScheMe-SP/AccettazioneEdit.aspx @@ -35,7 +35,7 @@ ITEM - EMPTY - +
    @@ -66,9 +66,9 @@
- - - + + +
@@ -214,9 +214,9 @@
- - - + + +
diff --git a/ScheMe-SP/AccettazioneEdit.aspx.cs b/ScheMe-SP/AccettazioneEdit.aspx.cs index 05c914b..64db38b 100644 --- a/ScheMe-SP/AccettazioneEdit.aspx.cs +++ b/ScheMe-SP/AccettazioneEdit.aspx.cs @@ -194,11 +194,11 @@ namespace ScheMe item.Attributes.Remove("class"); if (item.Selected) { - item.Attributes.Add("class", "btn btn-primary btn-xs"); + item.Attributes.Add("class", "form-control btn btn-primary btn-xs"); } else { - item.Attributes.Add("class", "btn btn-default btn-xs"); + item.Attributes.Add("class", "form-control btn btn-default btn-xs"); } } } @@ -216,11 +216,11 @@ namespace ScheMe item.Attributes.Remove("class"); if (item.Selected) { - item.Attributes.Add("class", "btn btn-primary btn-xs"); + item.Attributes.Add("class", "form-control btn btn-primary btn-xs"); } else { - item.Attributes.Add("class", "btn btn-default btn-xs"); + item.Attributes.Add("class", "form-control btn btn-default btn-xs"); } } } diff --git a/ScheMe-SP/Bootstrap.Master b/ScheMe-SP/Bootstrap.Master index 1b52151..eb34e26 100644 --- a/ScheMe-SP/Bootstrap.Master +++ b/ScheMe-SP/Bootstrap.Master @@ -11,7 +11,7 @@ - <%: Page.Title %> Steamware's SHERPA + <%: Page.Title %> Steamware's ScheMe <%: Scripts.Render("~/bundles/modernizr") %> diff --git a/ScheMe-SP/WebUserControls/mod_top.ascx b/ScheMe-SP/WebUserControls/mod_top.ascx index bb1f120..84f95bd 100644 --- a/ScheMe-SP/WebUserControls/mod_top.ascx +++ b/ScheMe-SP/WebUserControls/mod_top.ascx @@ -6,14 +6,18 @@ @@ -22,7 +26,7 @@