diff --git a/MedPred/Content/Style.css b/MedPred/Content/Style.css index 669047b..04e9609 100644 --- a/MedPred/Content/Style.css +++ b/MedPred/Content/Style.css @@ -44,29 +44,55 @@ #textWrapper { font-size: 1.0em; } + #headData { + margin-top: 0px; + } } @media all and (min-width: 1024px) { #textWrapper { font-size: 1.1em; } + #headData { + margin-top: 0px; + } } @media all and (min-width: 1440px) { #textWrapper { font-size: 1.2em; } + #headData { + margin-top: 0px; + } } @media all and (min-width: 1600px) { #textWrapper { font-size: 1.3em; } + #headData { + margin-top: 0px; + } } @media all and (max-width: 767px) { #textWrapper { font-size: 0.8em; } + #headData { + margin-top: 6px; + } } @media all and (max-width: 480px) { #textWrapper { font-size: 0.6em; } + #headData { + margin-top: 12px; + } +} +@media all and (max-width: 320px) { + #textWrapper { + font-size: 0.5em; + } + #headData { + margin-top: 16px; + } } diff --git a/MedPred/Content/Style.less b/MedPred/Content/Style.less index a417cb7..3166f24 100644 --- a/MedPred/Content/Style.less +++ b/MedPred/Content/Style.less @@ -59,42 +59,72 @@ } /* Query selezione dimensioni display... */ - @media all and (min-width: 768px) { #textWrapper { font-size: 1.0em; } + + #headData { + margin-top: 0px; + } } @media all and (min-width: 1024px) { #textWrapper { font-size: 1.1em; } + + #headData { + margin-top: 0px; + } } @media all and (min-width: 1440px) { #textWrapper { font-size: 1.2em; } + + #headData { + margin-top: 0px; + } } @media all and (min-width: 1600px) { #textWrapper { font-size: 1.3em; } + + #headData { + margin-top: 0px; + } } @media all and (max-width: 767px) { #textWrapper { font-size: 0.8em; } + + #headData { + margin-top: 6px; + } } + @media all and (max-width: 480px) { #textWrapper { font-size: 0.6em; } + + #headData { + margin-top: 12px; + } +} + @media all and (max-width: 320px) { #textWrapper { font-size: 0.5em; } + + #headData { + margin-top: 16px; + } } diff --git a/MedPred/Content/Style.min.css b/MedPred/Content/Style.min.css index f629db9..0108d75 100644 --- a/MedPred/Content/Style.min.css +++ b/MedPred/Content/Style.min.css @@ -1 +1 @@ -.baseRow{background-color:#eff3fb}.altRow{background-color:#fff}.editRow{background-color:#2461bf}.selectedRow{background-color:#d1ddf1;font-weight:600;color:#333}.headerRow{background-color:#507cd1;font-weight:600;color:#fff}.footerRow{background-color:#507cd1;font-weight:600;color:#fff}.pagerRow{background-color:#2461bf;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}@media all and (min-width:768px){#textWrapper{font-size:1em}}@media all and (min-width:1024px){#textWrapper{font-size:1.1em}}@media all and (min-width:1440px){#textWrapper{font-size:1.2em}}@media all and (min-width:1600px){#textWrapper{font-size:1.3em}}@media all and (max-width:767px){#textWrapper{font-size:.8em}}@media all and (max-width:480px){#textWrapper{font-size:.6em}} \ No newline at end of file +.baseRow{background-color:#eff3fb}.altRow{background-color:#fff}.editRow{background-color:#2461bf}.selectedRow{background-color:#d1ddf1;font-weight:600;color:#333}.headerRow{background-color:#507cd1;font-weight:600;color:#fff}.footerRow{background-color:#507cd1;font-weight:600;color:#fff}.pagerRow{background-color:#2461bf;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}@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:12px}}@media all and (max-width:320px){#textWrapper{font-size:.5em}#headData{margin-top:16px}} \ No newline at end of file diff --git a/MedPred/WebUserControls/mod_elencoRichResetUtenti.ascx b/MedPred/WebUserControls/mod_elencoRichResetUtenti.ascx index b8074dd..28f1c17 100644 --- a/MedPred/WebUserControls/mod_elencoRichResetUtenti.ascx +++ b/MedPred/WebUserControls/mod_elencoRichResetUtenti.ascx @@ -14,8 +14,8 @@ -
- +
+ <%----%>
@@ -34,7 +34,7 @@ -
+
@@ -42,7 +42,7 @@ -
+
@@ -56,7 +56,7 @@ -
+
diff --git a/MedPred/WebUserControls/mod_header.ascx b/MedPred/WebUserControls/mod_header.ascx index 04ee204..9afe9c4 100644 --- a/MedPred/WebUserControls/mod_header.ascx +++ b/MedPred/WebUserControls/mod_header.ascx @@ -1,10 +1,10 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_header.ascx.cs" Inherits="MedPred.WebUserControls.mod_header" %> -

MedPred - <%: titolo %>

- - -User Admin -
+

MedPred - <%: titolo %>

+ + + User Admin +
<%: CognomeNome %>