From d87e5f33e633402a236a04a7c4e978c172fbb8fb Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 25 Aug 2017 11:44:20 +0200 Subject: [PATCH] completato primo restyling grafico x cambio set colori... --- ScheMe-SP/Accettazione.aspx | 2 +- ScheMe-SP/Content/Style.css | 2 +- ScheMe-SP/Content/Style.less | 2 +- ScheMe-SP/Content/Style.min.css | 2 +- ScheMe-SP/WebUserControls/mod_ElencoVisitePaziente.ascx | 4 ++-- ScheMe-SP/WebUserControls/mod_elencoRichResetUtenti.ascx | 2 +- ScheMe-SP/WebUserControls/mod_fileUpload.ascx | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ScheMe-SP/Accettazione.aspx b/ScheMe-SP/Accettazione.aspx index f463930..0b7e0a3 100644 --- a/ScheMe-SP/Accettazione.aspx +++ b/ScheMe-SP/Accettazione.aspx @@ -32,7 +32,7 @@ - + diff --git a/ScheMe-SP/Content/Style.css b/ScheMe-SP/Content/Style.css index 2684a27..c3b6f79 100644 --- a/ScheMe-SP/Content/Style.css +++ b/ScheMe-SP/Content/Style.css @@ -23,7 +23,7 @@ background-color: #FF0c0c; } .baseRow { - background-color: #EFF3FB; + background-color: #FBF3EF; } .altRow { background-color: #FFF; diff --git a/ScheMe-SP/Content/Style.less b/ScheMe-SP/Content/Style.less index 22e789d..b812386 100644 --- a/ScheMe-SP/Content/Style.less +++ b/ScheMe-SP/Content/Style.less @@ -34,7 +34,7 @@ } .baseRow { - background-color: #EFF3FB; + background-color: #FBF3EF; } .altRow { diff --git a/ScheMe-SP/Content/Style.min.css b/ScheMe-SP/Content/Style.min.css index 41aeb4d..e3b1be2 100644 --- a/ScheMe-SP/Content/Style.min.css +++ b/ScheMe-SP/Content/Style.min.css @@ -1 +1 @@ -.VVF-CL-01{color:#060;background-color:#fff;}.VVF-CL-02{color:#ff3;background-color:#22f;}.VVF-CL-03{color:#ff3;background-color:#181;}.VVF-CL-04{background-color:#ff1;}.VVF-CL-05{color:#ff3;background-color:#e62;}.VVF-CL-06{color:#ff1;background-color:#ff0c0c;}.baseRow{background-color:#eff3fb;}.altRow{background-color:#fff;}.editRow{background-color:#cf6124;}.selectedRow{background-color:#d1ddf1;font-weight:600;color:#333;}.headerRow{background-color:#ff7c50;font-weight:600;color:#fff;}.footerRow{background-color:#ff7c50;font-weight:600;color:#fff;}.pagerRow{background-color:#cf6124;color:#fff;text-align:center;margin:auto;}.text-center{text-align:center;margin:auto;}.tStrong{font-weight:bold;font-size:1.3em;}.flRight{float:right;}.errore{color:#f00;}@media all and (min-width:768px){#textWrapper{font-size:1em;}#headData{margin-top:0;}}@media all and (min-width:1024px){#textWrapper{font-size:1.1em;}#headData{margin-top:0;}}@media all and (min-width:1440px){#textWrapper{font-size:1.2em;}#headData{margin-top:0;}}@media all and (min-width:1600px){#textWrapper{font-size:1.3em;}#headData{margin-top:0;}}@media all and (max-width:767px){#textWrapper{font-size:.8em;}#headData{margin-top:6px;}}@media all and (max-width:480px){#textWrapper{font-size:.6em;}#headData{margin-top:14px;}}@media all and (max-width:320px){#textWrapper{font-size:.5em;}#headData{margin-top:18px;}} \ No newline at end of file +.VVF-CL-01{color:#060;background-color:#fff;}.VVF-CL-02{color:#ff3;background-color:#22f;}.VVF-CL-03{color:#ff3;background-color:#181;}.VVF-CL-04{background-color:#ff1;}.VVF-CL-05{color:#ff3;background-color:#e62;}.VVF-CL-06{color:#ff1;background-color:#ff0c0c;}.baseRow{background-color:#fbf3ef;}.altRow{background-color:#fff;}.editRow{background-color:#cf6124;}.selectedRow{background-color:#d1ddf1;font-weight:600;color:#333;}.headerRow{background-color:#ff7c50;font-weight:600;color:#fff;}.footerRow{background-color:#ff7c50;font-weight:600;color:#fff;}.pagerRow{background-color:#cf6124;color:#fff;text-align:center;margin:auto;}.text-center{text-align:center;margin:auto;}.tStrong{font-weight:bold;font-size:1.3em;}.flRight{float:right;}.errore{color:#f00;}@media all and (min-width:768px){#textWrapper{font-size:1em;}#headData{margin-top:0;}}@media all and (min-width:1024px){#textWrapper{font-size:1.1em;}#headData{margin-top:0;}}@media all and (min-width:1440px){#textWrapper{font-size:1.2em;}#headData{margin-top:0;}}@media all and (min-width:1600px){#textWrapper{font-size:1.3em;}#headData{margin-top:0;}}@media all and (max-width:767px){#textWrapper{font-size:.8em;}#headData{margin-top:6px;}}@media all and (max-width:480px){#textWrapper{font-size:.6em;}#headData{margin-top:14px;}}@media all and (max-width:320px){#textWrapper{font-size:.5em;}#headData{margin-top:18px;}} \ No newline at end of file diff --git a/ScheMe-SP/WebUserControls/mod_ElencoVisitePaziente.ascx b/ScheMe-SP/WebUserControls/mod_ElencoVisitePaziente.ascx index 2387c3a..b9cb014 100644 --- a/ScheMe-SP/WebUserControls/mod_ElencoVisitePaziente.ascx +++ b/ScheMe-SP/WebUserControls/mod_ElencoVisitePaziente.ascx @@ -5,8 +5,8 @@ - - + + diff --git a/ScheMe-SP/WebUserControls/mod_elencoRichResetUtenti.ascx b/ScheMe-SP/WebUserControls/mod_elencoRichResetUtenti.ascx index 2a898f0..bd1b030 100644 --- a/ScheMe-SP/WebUserControls/mod_elencoRichResetUtenti.ascx +++ b/ScheMe-SP/WebUserControls/mod_elencoRichResetUtenti.ascx @@ -4,7 +4,7 @@ - + diff --git a/ScheMe-SP/WebUserControls/mod_fileUpload.ascx b/ScheMe-SP/WebUserControls/mod_fileUpload.ascx index 900359c..adbdaa9 100644 --- a/ScheMe-SP/WebUserControls/mod_fileUpload.ascx +++ b/ScheMe-SP/WebUserControls/mod_fileUpload.ascx @@ -17,7 +17,7 @@ - +