From ef6d2a68b22c2843164b9e67015a4497d6dffe08 Mon Sep 17 00:00:00 2001 From: laurenwalker Date: Wed, 5 Aug 2020 17:51:12 -0500 Subject: [PATCH] CSS improvement --- src/css/metacatui-common.responsive.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/css/metacatui-common.responsive.css b/src/css/metacatui-common.responsive.css index 1b5d7a5d5..028fa0b5d 100644 --- a/src/css/metacatui-common.responsive.css +++ b/src/css/metacatui-common.responsive.css @@ -480,7 +480,7 @@ flex-direction: row; width: 100vw; margin: 0; - background-color: #2c7e90; + background-color: #2c7e90; background-color: var(--portal-secondary-color); color: white; } @@ -629,7 +629,7 @@ width: 100%; box-sizing: border-box; } - + .portal-editor .toc { margin-left: -9px !important; } @@ -821,8 +821,7 @@ } /* Smartphones (portrait) ----------- */ -@media only screen -and (max-width : 420px) { +@media only screen and (max-width : 420px) { .modal, .access-policy-view-container.modal{ @@ -880,6 +879,13 @@ and (max-width : 420px) { padding-top: 0px; } + #mainContent .form-input{ + grid-template-columns: 80% 20%; + } + #mainContent input{ + font-size: 1.5em; + } + } /**********