Sidebar funktioniert wieder

This commit is contained in:
ja
2021-08-25 13:47:24 +02:00
parent b8fad8a7d9
commit d5d7684044
5 changed files with 124 additions and 109 deletions

View File

@@ -1,83 +1,62 @@
<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Cards_Boxes.aspx.vb" Inherits="Customers_Default" %> <%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Cards_Boxes.aspx.vb" Inherits="Customers_Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<!-- Bootstrap -->
<html lang="en"></html>
<!-- Required meta tags -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" title="Verag Spedition AG AvisoTV Flex"/>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/>
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
<link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" />
<style> <style>
/* --------------------------------------------------- .btn btn-primary{
CONTENT STYLE
----------------------------------------------------- */
.btn btn-primary{
color: #043381; color: #043381;
background-color: #fff; background-color: #fff;
} }
#tableSearch{
.align-self-center{ width:1500px;
margin-left: 0.1530221882172915vw /*2px*/; }
margin-right: 0.1530221882172915vw /*2px*/; .align-self-xl-start{
}
@media (max-width: 558.98px) {
.alert {
width: /*450px;*/ 99.11894273127753vw;
/* width:1328px;*/
}
.align-self-center{
width:100%; width:100%;
} }
#normaltable{
#bodycontent{ width:1500px;
width: 100%;
}
#containerseiterand{
width:90%;
justify-content:start;
} }
} @media (max-width: 558.98px) {
/* @media (min-width: 320px) and (min-height: 640px) {*/ #conovertab {
@media (min-width: 558.98px) { width: 350px;
#content_all { overflow-x: auto;
font-size: 1rem; }
font-size: 3.303964757709251vw; h1{
min-width: /*445px;*/ 98.01762114537445vw; font-size:12px;
float: left; }
overflow-x: hidden; #tableSearch{
margin-left: 0px; max-width:350px;
padding-right: /*-20px*/ -4.405286343612334vw; }
} #containerseiterand{
#conovertab{ margin-left:5px;
/* max-width:width:150px 11.25em;*/ margin-right:5px;
width:1400px; width:350px;
overflow-x:auto; }
} }
} </style>
#innerhtmltable{ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>
margin-left: /*5px*/0.19615535504119264vw; <link rel="stylesheet" type="text/css" href="../css/navbarsidebar.css"/>
} <link rel="stylesheet" type="text/css" href="../css/main.css"/>
#pagecontent{ <link rel="stylesheet" type="text/css" href="../css/style.css"/>
font-size: 1em; <link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" />
display: flex; <!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
align-items: center; <script src="js/netzwerk.js" type="text/javascript"></script>
justify-content:center
} <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
.btn-primary { <link rel="stylesheet" type="text/css" href="../stylesheets/example.css"/>
color: #fff;
background-color: #043381;
border-color: #043381;
}
table {
font-size: 16px;
}
.stretched-link{
background-color: #fff;
color: #043381;
}
#conovertab{
/* max-width:width:150px 11.25em;*/
margin-left:/*14px*/ 3.0837004405286343vw;
max-width:/*390px;*/ 85.90308370044053vw;
overflow-x:auto;
}
</style>
</asp:Content> </asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

View File

@@ -47,6 +47,16 @@
} }
} }
</style> </style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar.css"/>
<link rel="stylesheet" type="text/css" href="../css/main.css"/>
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
<link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" />
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
<script src="js/netzwerk.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<link rel="stylesheet" type="text/css" href="../stylesheets/example.css"/>
</asp:Content> </asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

View File

@@ -96,7 +96,7 @@
<script src="../js/netzwerk.js" type="text/javascript"></script> <script src="../js/netzwerk.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/> <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<link rel="stylesheet" type="text/css" href="../stylesheets/example.css"/> <link rel="stylesheet" type="text/css" href="../stylesheets/example.css"/>
<link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" /> <link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" />
<script type="text/javascript"> <script type="text/javascript">
// Vergebe den Event-Handler // Vergebe den Event-Handler
document.onkeydown = handleKeyEvent; document.onkeydown = handleKeyEvent;
@@ -133,7 +133,7 @@
body{ body{
font-family: 'Poppins', sans-serif; font-family: 'Poppins', sans-serif;
background: #fafafa; background: #fafafa;
background-image: url(images/road.jpg); background-image: url(../images/road.jpg);
background-position:center center; background-position:center center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-attachment:fixed; background-attachment:fixed;
@@ -493,26 +493,23 @@
<ul class="nav nav-pills"> <ul class="nav nav-pills">
<li class="nav-item dropdown"> <li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false"> <a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false"><asp:LoginName ID="LoginName1" runat="server" /></a>
<asp:LoginName ID="LoginName1" runat="server" />
</a>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<div class="col-2"> <div class="col-2">
<li> <iframe id="frame1" src="LoggedinUserPanel.aspx" runat="server" seamless="seamless" style="width:266px;height:219px;overflow:no-content;background-image:none;" scrolling="no"/>Accountverwaltung</li> <li><a class="dropdown-item" href="Login_Edit_User.aspx">Profil bearbeiten</a>
<li><a class="dropdown-item" href="#">Another action</a></li> <img src="../images/samples/default-avatar.jpg" style="width:40px;height:40px;" alt="Avatar Picture sample" data-toggle="tooltip" data-placement="top" title="Upload Photo."></li>
</div>
<div class="col-2">
<img src="../images/samples/default-avatar.jpg" style="width:40px;height:40px;" alt="Avatar Picture sample" data-toggle="tooltip" data-placement="top" title="Upload Photo.">
</div> </div>
<li><a class="dropdown-item" href="GroupPolicies.aspx">Gruppenrichtlinien festlegen</a></li>
<div class="col-2">
</div>
</ul> </ul>
</li> </ul></div> </li> </ul></div>
</asp:LoginView>
</nav> </nav>
</div> </div>
<form id="form1" runat="server">
<form id="form1" runat="server">
<div> <div>
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server"> <asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">

View File

@@ -6,7 +6,7 @@
<html lang="en"></html> <html lang="en"></html>
<!-- Required meta tags --> <!-- Required meta tags -->
<meta charset="utf-8"/> <meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" title="Verag Spedition AG AvisoTV Flex"/> <meta name="viewport" content="width=device-width, initial-scale=1" title="Verag Spedition AG Gruppenrichtlinien"/>
<!-- Bootstrap CSS --> <!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/>
@@ -20,8 +20,17 @@
<link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" /> <link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" />
<link rel="stylesheet" type="text/css" href="../css/Welcome.css"/> <link rel="stylesheet" type="text/css" href="../css/Welcome.css"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css" /> <link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css" />
<style>
#containerseiterand{
margin-left:5px;
margin-right:5px;
width:350px;
}
</style>
</asp:Content> </asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<h3>Gruppenrichlinien</h3> <div id="containerseiterand">
<h3>Gruppenrichlinien</h3>
</div>
</asp:Content> </asp:Content>

View File

@@ -1,7 +1,7 @@
<%@ Page Title="Rechnungen VERAG" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Invoices.aspx.vb" Inherits="Kundenbereich_Default" %> <%@ Page Title="Rechnungen VERAG" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Invoices.aspx.vb" Inherits="Kundenbereich_Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<!-- Bootstrap --> <!-- Bootstrap -->
<html lang="en"></html> <html lang="en"></html>
<!-- Required meta tags --> <!-- Required meta tags -->
<meta charset="utf-8"/> <meta charset="utf-8"/>
@@ -14,29 +14,49 @@
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/> <link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
<link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" />
<%@ import Namespace="MySql.Data.MySqlClient" %>
<style> <style>
.btn btn-primary{
color: #043381;
table { background-color: #fff;
font-size: 16px; }
} #tableSearch{
.stretched-link{ width:1500px;
background-color: #fff; }
color: #043381; .align-self-xl-start{
} width:100%;
#conovertab{ }
/* max-width:width:150px 11.25em;*/ #normaltable{
margin-left:/*14px*/ 3.0837004405286343vw; width:1500px;
max-width:/*390px;*/ 35.90308370044053vw; }
overflow-x:auto; @media (max-width: 558.98px) {
} #conovertab {
</style> width: 350px;
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> overflow-x: auto;
}
h1{
font-size:12px;
}
#tableSearch{
max-width:350px;
}
#containerseiterand{
margin-left:5px;
margin-right:5px;
width:350px;
}
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar.css"/>
<link rel="stylesheet" type="text/css" href="../css/main.css"/>
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
<link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" /> <link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" />
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/> <!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
<script src="js/netzwerk.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<link rel="stylesheet" type="text/css" href="../stylesheets/example.css"/>
</asp:Content> </asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">