diff --git a/VAR.WebFormsCore/Styles/01. base.css b/VAR.WebFormsCore/Styles/01. base.css index 8fb2126..32b4a10 100644 --- a/VAR.WebFormsCore/Styles/01. base.css +++ b/VAR.WebFormsCore/Styles/01. base.css @@ -46,6 +46,7 @@ h3 { .divHeader { display: block; background-color: black; + height: 38px; } .divHeader a { @@ -68,7 +69,7 @@ h3 { .divContent { padding: 1px; box-shadow: 0 0 10px black inset; - height: calc(100% - 41px); + height: calc(100% - 38px); overflow: auto; } @@ -121,7 +122,7 @@ h3 { line-height: 13px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 11px; - padding: 3px; + padding: 2px; box-shadow: inset 0 -2px 5px rgba(255, 255, 255, 1), inset 0 2px 5px rgba(128, 128, 128, 1); }