From 056faa4c215c49f876ddd77b1f632c958cada46f Mon Sep 17 00:00:00 2001 From: Robert Down Date: Sun, 28 May 2017 01:53:43 -0400 Subject: [PATCH] Improving font sizing --- interface/themes/style_light.css | 3 ++- interface/themes/tabs_style_full.css | 16 ++++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/interface/themes/style_light.css b/interface/themes/style_light.css index fd87ba440..fdeb3edb1 100644 --- a/interface/themes/style_light.css +++ b/interface/themes/style_light.css @@ -1,7 +1,8 @@ @import "core.css"; body { - font-family: lato, Helvetica, Sans-Serif; + font-family: lato, Helvetica, Sans-Serif; + font-size: 14px !important; } a { diff --git a/interface/themes/tabs_style_full.css b/interface/themes/tabs_style_full.css index a3858532b..88c88269c 100644 --- a/interface/themes/tabs_style_full.css +++ b/interface/themes/tabs_style_full.css @@ -37,7 +37,6 @@ body flex-direction: column; margin: 0px; background-color: #f4f4f4; - font-size: 12px; } #mainBox { @@ -121,7 +120,6 @@ body } .tabSpan .fa { - font-size: 80%; color: #888888; } @@ -291,7 +289,6 @@ div.closeDlgIframe:before { .patientEncounterList .review { - font-size: x-small; padding: 2px; border: 1px solid black; background-color: lightgray; @@ -352,7 +349,7 @@ div.closeDlgIframe:before { background:#fff; display: none; position: absolute; - top: 40px; + top: 50px; z-index:1000; min-width: 175px; box-shadow: 0px 5px 5px #adadad; @@ -391,7 +388,6 @@ div.menuLabel:hover { /** Sub menu **/ .menuEntries li .menuLabel { - font-size: 90%; display: block; padding: 10px 20px; } @@ -459,9 +455,9 @@ div.menuLabel:hover { } .closeButton { - display:inline-block; - float:right; - position:relative; - top:6px; - right:5px; + display:inline-block; + float:right; + position:relative; + top:6px; + right:5px; } -- 2.11.4.GIT