From 515a7c28ac8897f75d3785225092bccd90b3c01d Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Mon, 19 Oct 2020 16:43:51 -0400 Subject: [PATCH] Adjust photo filter input styling --- css/80_app.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index d4b88b033..7f51f5fc2 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -183,11 +183,6 @@ input[type=date] { text-overflow: ellipsis; overflow: auto; } -input.list-item-input { - height: 20px; - padding: 0px 4px; - width: 160px; -} input[type=text], input[type=search], input[type=number], @@ -3112,6 +3107,13 @@ div.full-screen > button:focus { flex-grow: 1; } +.layer-list input.list-item-input { + height: 2.2em; + padding: 0px 4px; + width: 50%; + min-width: 160px; +} + .map-data-pane .layer-list button, .background-pane .layer-list button { border-left: 1px solid #ccc;