From df768f430edba563448e9349f41e0b6a37f7a543 Mon Sep 17 00:00:00 2001 From: ja Date: Fri, 27 Aug 2021 09:26:28 +0200 Subject: [PATCH] =?UTF-8?q?CSS=20Erstellung=20und=20=C3=84nderungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/Cards_Boxes.aspx | 2 +- Customers/CustomerIndex.aspx | 2 +- Customers/Customers.master | 2 +- Customers/GroupPolicies.aspx | 7 +- Customers/Invoices.aspx | 2 +- Customers/LKWs.aspx | 2 +- Customers/Welcome.aspx | 58 +---------- css/{ => Customers}/CardsBoxes.css | 0 css/{ => Customers}/CustomerIndex.css | 0 css/Customers/GroupPolicies.css | 5 + css/{ => Customers}/Invoices.css | 0 css/{ => Customers}/LKWs.css | 0 css/{ => Customers}/MasterpageCustomers.css | 0 css/Customers/Welcome.css | 64 ++++++++++++ css/Welcome.css | 3 - css/login/login_FLEX.css | 12 --- css/navbarsidebar.css | 106 ++++++++++---------- login/login_FLEX.aspx | 16 ++- 18 files changed, 148 insertions(+), 133 deletions(-) rename css/{ => Customers}/CardsBoxes.css (100%) rename css/{ => Customers}/CustomerIndex.css (100%) create mode 100644 css/Customers/GroupPolicies.css rename css/{ => Customers}/Invoices.css (100%) rename css/{ => Customers}/LKWs.css (100%) rename css/{ => Customers}/MasterpageCustomers.css (100%) create mode 100644 css/Customers/Welcome.css delete mode 100644 css/Welcome.css delete mode 100644 css/login/login_FLEX.css diff --git a/Customers/Cards_Boxes.aspx b/Customers/Cards_Boxes.aspx index 00e7bda..d356bc5 100644 --- a/Customers/Cards_Boxes.aspx +++ b/Customers/Cards_Boxes.aspx @@ -28,7 +28,7 @@ - +
diff --git a/Customers/CustomerIndex.aspx b/Customers/CustomerIndex.aspx index 84803a8..ee4a1e4 100644 --- a/Customers/CustomerIndex.aspx +++ b/Customers/CustomerIndex.aspx @@ -26,7 +26,7 @@ - +
diff --git a/Customers/Customers.master b/Customers/Customers.master index 3796d13..5b175be 100644 --- a/Customers/Customers.master +++ b/Customers/Customers.master @@ -131,7 +131,7 @@ - + diff --git a/Customers/GroupPolicies.aspx b/Customers/GroupPolicies.aspx index 1cc68cf..f3e7935 100644 --- a/Customers/GroupPolicies.aspx +++ b/Customers/GroupPolicies.aspx @@ -20,12 +20,9 @@ + diff --git a/Customers/Invoices.aspx b/Customers/Invoices.aspx index 24feccc..efc7e2f 100644 --- a/Customers/Invoices.aspx +++ b/Customers/Invoices.aspx @@ -26,7 +26,7 @@ - + diff --git a/Customers/LKWs.aspx b/Customers/LKWs.aspx index 60bddb0..241041a 100644 --- a/Customers/LKWs.aspx +++ b/Customers/LKWs.aspx @@ -30,7 +30,7 @@ - + diff --git a/Customers/Welcome.aspx b/Customers/Welcome.aspx index 9e51917..3040582 100644 --- a/Customers/Welcome.aspx +++ b/Customers/Welcome.aspx @@ -15,59 +15,8 @@ - - - + + @@ -76,7 +25,8 @@ - + + diff --git a/css/CardsBoxes.css b/css/Customers/CardsBoxes.css similarity index 100% rename from css/CardsBoxes.css rename to css/Customers/CardsBoxes.css diff --git a/css/CustomerIndex.css b/css/Customers/CustomerIndex.css similarity index 100% rename from css/CustomerIndex.css rename to css/Customers/CustomerIndex.css diff --git a/css/Customers/GroupPolicies.css b/css/Customers/GroupPolicies.css new file mode 100644 index 0000000..222c1a9 --- /dev/null +++ b/css/Customers/GroupPolicies.css @@ -0,0 +1,5 @@ +#containerseiterand { + margin-left: 5px; + margin-right: 5px; + width: 350px; +} diff --git a/css/Invoices.css b/css/Customers/Invoices.css similarity index 100% rename from css/Invoices.css rename to css/Customers/Invoices.css diff --git a/css/LKWs.css b/css/Customers/LKWs.css similarity index 100% rename from css/LKWs.css rename to css/Customers/LKWs.css diff --git a/css/MasterpageCustomers.css b/css/Customers/MasterpageCustomers.css similarity index 100% rename from css/MasterpageCustomers.css rename to css/Customers/MasterpageCustomers.css diff --git a/css/Customers/Welcome.css b/css/Customers/Welcome.css new file mode 100644 index 0000000..372421d --- /dev/null +++ b/css/Customers/Welcome.css @@ -0,0 +1,64 @@ +#containerseiterand { + text-align: center; +} +.btn btn-primary { + color: #043381; + background-color: #fff; +} + +#tableSearch { + width: 1500px; +} + +.align-self-xl-start { + width: 100%; +} + +#normaltable { + width: 1500px; +} + +.carousel-inner { + width: 600px; +} + +@media (max-width: 558.98px) { + #conovertab { + width: 350px; + overflow-x: auto; + } + + h1 { + font-size: 12px; + } + + #tableSearch { + max-width: 350px; + } + + #containerseiterand { + margin-left: 5px; + margin-right: 5px; + width: 350px; + } + + #imgcar { + width: 300px; + height: 125px; + } + + .carousel-inner { + width: 600px; + height: 125px; + } + + .carousel-item { + width: 600px; + height: 125px; + } + + carousel-caption d-none d-md-block { + width: 600px; + height: 125px; + } +} \ No newline at end of file diff --git a/css/Welcome.css b/css/Welcome.css deleted file mode 100644 index 1c8bf92..0000000 --- a/css/Welcome.css +++ /dev/null @@ -1,3 +0,0 @@ -#containerseiterand { - text-align: center; -} diff --git a/css/login/login_FLEX.css b/css/login/login_FLEX.css deleted file mode 100644 index 43f897f..0000000 --- a/css/login/login_FLEX.css +++ /dev/null @@ -1,12 +0,0 @@ -body { - background-color: #fff; - background-image: none; -} - -#Login1_LoginButton { - color: #fff; - background-color: #003680; -} - -@media (min-width: 768px) { -} diff --git a/css/navbarsidebar.css b/css/navbarsidebar.css index 2e6537d..c68bb19 100644 --- a/css/navbarsidebar.css +++ b/css/navbarsidebar.css @@ -89,14 +89,14 @@ a:focus { margin-right: -2.5rem; } - #sidebarCollapse:hover { - background-color: #043381; - color: #fff; - border-radius: 5px; - border-radius: 0.313em; - margin-right: 5px; - margin-right: 0.313rem; - } +#sidebarCollapse:hover { + background-color: #043381; + color: #fff; + border-radius: 5px; + border-radius: 0.313em; + margin-right: 5px; + margin-right: 0.313rem; +} /* --------------------------------------------------- SIDEBAR STYLE ----------------------------------------------------- */ @@ -113,57 +113,57 @@ a:focus { color:#043381; } - #sidebar.active { - margin-left: -250px; - } +#sidebar.active { + margin-left: -250px; +} - #sidebar .sidebar-header { - background: #fff; - } +#sidebar .sidebar-header { + background: #fff; +} - #sidebar ul.components { - padding: 20px 0; - padding: 1.25em 0; - border-bottom: 1px solid #043381; - border-bottom: 1.25em solid #043381; - } +#sidebar ul.components { + padding: 20px 0; + padding: 1.25em 0; + border-bottom: 1px solid #043381; + border-bottom: 1.25em solid #043381; +} - #sidebar ul p { - color: #043381; - padding: 14px; - padding: 0.875em; - } +#sidebar ul p { + color: #043381; + padding: 14px; + padding: 0.875em; +} - #sidebar ul li a { - padding: 10px; - padding: 0.625em; - font-size: 16px; - font-size: 1em; - display: block; - } +#sidebar ul li a { + padding: 10px; + padding: 0.625em; + font-size: 16px; + font-size: 1em; + display: block; +} - #sidebar ul li a:hover { - color: #fff; - background-color: #043381; - } +#sidebar ul li a:hover { + color: #fff; + background-color: #043381; +} - #sidebar ul li.active > a, - a[aria-expanded="true"] { - color: #fafafa; - background-color: #043381; - } +#sidebar ul li.active > a, +a[aria-expanded="true"] { + color: #fafafa; + background-color: #043381; +} - a[data-toggle="collapse"] { - position: relative; - } +a[data-toggle="collapse"] { + position: relative; +} - .dropdown-toggle::after { - display: block; - position: absolute; - top: 50%; - right: 20px; - transform: translateY(-50%); - } +.dropdown-toggle::after { + display: block; + position: absolute; + top: 50%; + right: 20px; + transform: translateY(-50%); +} ul ul a { font-size: 0.875em !important; @@ -277,8 +277,8 @@ a:focus { } #navbarbrandhauptpage { - transform: translateX(-50%); - left: 10%; + /*transform: translateX(-50%);*/ + left: 15%; top: 20%; position: absolute; text-align: center; diff --git a/login/login_FLEX.aspx b/login/login_FLEX.aspx index a6e2b89..928074c 100644 --- a/login/login_FLEX.aspx +++ b/login/login_FLEX.aspx @@ -64,7 +64,21 @@ window.history.back() } - +