From 770db728b5bc8ba01a55c9ea49bb9f3edcb1c4de Mon Sep 17 00:00:00 2001 From: Ron Lucke Date: Wed, 15 Jan 2025 11:34:22 +0000 Subject: =?UTF-8?q?Zuordnung=20Studienbereich:=20Suche=20noch=20unsch?= =?UTF-8?q?=C3=B6n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #5042 Merge request studip/studip!3831 --- resources/assets/stylesheets/scss/coursewizard.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/resources/assets/stylesheets/scss/coursewizard.scss b/resources/assets/stylesheets/scss/coursewizard.scss index 2f9372e..740b98f 100644 --- a/resources/assets/stylesheets/scss/coursewizard.scss +++ b/resources/assets/stylesheets/scss/coursewizard.scss @@ -33,6 +33,10 @@ div { margin-bottom: 1em; padding: 0 0 0 5px; + > input[type="text"] { + max-width: calc(100% - 50px); + } + &:focus-within { border: solid 2px var(--black); } @@ -43,10 +47,11 @@ div { } #sem-tree-search-start { - height: 30px; - border-left: solid thin #ccc; display: inline-block; + height: 30px; width: 30px; + border-left: solid thin var(--color--input-field-border); + padding-left: 4px; input { vertical-align: middle; -- cgit v1.0