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;