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,7 +1,7 @@
<%@ 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">
<!-- Bootstrap -->
<!-- Bootstrap -->
<html lang="en"></html>
<!-- Required meta tags -->
<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"/>
<%@ import Namespace="MySql.Data.MySqlClient" %>
<link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" />
<style>
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;*/ 35.90308370044053vw;
overflow-x:auto;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
.btn btn-primary{
color: #043381;
background-color: #fff;
}
#tableSearch{
width:1500px;
}
.align-self-xl-start{
width:100%;
}
#normaltable{
width:1500px;
}
@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;
}
}
</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/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 ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">