From 9269f4f505e667c4e2d58048fcce3c94be0870b6 Mon Sep 17 00:00:00 2001 From: ja Date: Thu, 2 Sep 2021 15:41:38 +0200 Subject: [PATCH] =?UTF-8?q?CSS=20Buttons=20ver=C3=A4ndert.=20Hinweis=20zu?= =?UTF-8?q?=20Commit=2096993a6a:=20Der=20Button=20wurde=20dem=20Hautnaviga?= =?UTF-8?q?tionleiste=20entnommen,=20da=20er=20schon=20im=20Seitennavigati?= =?UTF-8?q?onsmen=C3=BC=20vorhanden=20ist.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/Customers/MasterpageCustomers.css | 7 ++++--- css/Customers/Welcome.css | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/css/Customers/MasterpageCustomers.css b/css/Customers/MasterpageCustomers.css index 97cc8b8..efca2c0 100644 --- a/css/Customers/MasterpageCustomers.css +++ b/css/Customers/MasterpageCustomers.css @@ -68,9 +68,9 @@ ContentPlaceHolder1 { position:sticky; z-index:1031; } -.btnavatar{position:sticky; +.btnavatar{ + position:sticky; z-index:5001; - } #langdropdown { margin-top: 55px; @@ -113,7 +113,8 @@ ContentPlaceHolder1 { width: 30%; } .modal-content { - width: 40%; + width: 400px; + display:block; overflow-x: no-content; } .modal-header { diff --git a/css/Customers/Welcome.css b/css/Customers/Welcome.css index 9caec4a..5489fbd 100644 --- a/css/Customers/Welcome.css +++ b/css/Customers/Welcome.css @@ -96,4 +96,7 @@ h1 { width: 320px; height: 62px; } + .modal-content{ + width:400px; + } } \ No newline at end of file