diff --git a/MedPred/Content/Style.css b/MedPred/Content/Style.css index 04e9609..ff71596 100644 --- a/MedPred/Content/Style.css +++ b/MedPred/Content/Style.css @@ -85,7 +85,7 @@ font-size: 0.6em; } #headData { - margin-top: 12px; + margin-top: 14px; } } @media all and (max-width: 320px) { @@ -93,6 +93,6 @@ font-size: 0.5em; } #headData { - margin-top: 16px; + margin-top: 18px; } } diff --git a/MedPred/Content/Style.less b/MedPred/Content/Style.less index 3166f24..6009b5d 100644 --- a/MedPred/Content/Style.less +++ b/MedPred/Content/Style.less @@ -115,7 +115,7 @@ } #headData { - margin-top: 12px; + margin-top: 14px; } } @@ -125,6 +125,6 @@ } #headData { - margin-top: 16px; + margin-top: 18px; } } diff --git a/MedPred/Content/Style.min.css b/MedPred/Content/Style.min.css index 0108d75..4370da7 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}#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 +.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:14px}}@media all and (max-width:320px){#textWrapper{font-size:.5em}#headData{margin-top:18px}} \ No newline at end of file