Sidebar funktioniert wieder
This commit is contained in:
@@ -1,83 +1,62 @@
|
||||
<%@ 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">
|
||||
<!-- 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>
|
||||
/* ---------------------------------------------------
|
||||
CONTENT STYLE
|
||||
----------------------------------------------------- */
|
||||
|
||||
.btn btn-primary{
|
||||
.btn btn-primary{
|
||||
color: #043381;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.align-self-center{
|
||||
margin-left: 0.1530221882172915vw /*2px*/;
|
||||
margin-right: 0.1530221882172915vw /*2px*/;
|
||||
}
|
||||
|
||||
@media (max-width: 558.98px) {
|
||||
.alert {
|
||||
width: /*450px;*/ 99.11894273127753vw;
|
||||
/* width:1328px;*/
|
||||
}
|
||||
.align-self-center{
|
||||
#tableSearch{
|
||||
width:1500px;
|
||||
}
|
||||
.align-self-xl-start{
|
||||
width:100%;
|
||||
}
|
||||
|
||||
#bodycontent{
|
||||
width: 100%;
|
||||
}
|
||||
#containerseiterand{
|
||||
width:90%;
|
||||
justify-content:start;
|
||||
#normaltable{
|
||||
width:1500px;
|
||||
}
|
||||
}
|
||||
/* @media (min-width: 320px) and (min-height: 640px) {*/
|
||||
@media (min-width: 558.98px) {
|
||||
#content_all {
|
||||
font-size: 1rem;
|
||||
font-size: 3.303964757709251vw;
|
||||
min-width: /*445px;*/ 98.01762114537445vw;
|
||||
float: left;
|
||||
overflow-x: hidden;
|
||||
margin-left: 0px;
|
||||
padding-right: /*-20px*/ -4.405286343612334vw;
|
||||
}
|
||||
#conovertab{
|
||||
/* max-width:width:150px 11.25em;*/
|
||||
width:1400px;
|
||||
overflow-x:auto;
|
||||
}
|
||||
}
|
||||
#innerhtmltable{
|
||||
margin-left: /*5px*/0.19615535504119264vw;
|
||||
}
|
||||
#pagecontent{
|
||||
font-size: 1em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content:center
|
||||
}
|
||||
.btn-primary {
|
||||
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>
|
||||
@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/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">
|
||||
|
||||
Reference in New Issue
Block a user