From e300683eb3fa7920ccf6c976f1a93234cbb716c3 Mon Sep 17 00:00:00 2001 From: Godwin Date: Tue, 12 Jul 2016 13:05:52 -0700 Subject: [PATCH] Reduced size of overlay text --- app/assets/stylesheets/_application.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/_application.scss b/app/assets/stylesheets/_application.scss index 86f0e59..c17bf46 100644 --- a/app/assets/stylesheets/_application.scss +++ b/app/assets/stylesheets/_application.scss @@ -400,6 +400,13 @@ input { } } } +.number-field, +.email-field, +.telephone-field, +.text-field, +.text-area-field { + text-align: left; +} .telephone-field { max-width: 15em; @@ -2134,6 +2141,7 @@ body { left: 0; max-width: 50rem; max-height: 100%; + font-size: 0.9em; overflow-y: auto; margin: auto; z-index: 1001;