CSs angepasst tabelle passt
This commit is contained in:
@@ -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"/>
|
||||||
@@ -10,23 +10,33 @@
|
|||||||
<!-- 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"/>
|
||||||
<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"/>
|
||||||
<!-- 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" />
|
|
||||||
|
|
||||||
|
<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>
|
||||||
|
.nav-item dropdown::marker {
|
||||||
|
background-color: #fff;
|
||||||
|
font-size: 0;
|
||||||
|
visibility: hidden;
|
||||||
|
color: #043381;
|
||||||
|
}
|
||||||
|
@media (min-width:558.98px){
|
||||||
|
#tablerechnungen {
|
||||||
|
width: 1164px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>
|
<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/navbarsidebar.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="../css/main.css"/>
|
<link rel="stylesheet" type="text/css" href="../css/main.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="../css/style.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/edit_main.css"> -->
|
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
|
||||||
<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="stylesheet" type="text/css" href="../css/Customers/Invoices.css"/>
|
<link rel="stylesheet" type="text/css" href="../css/Customers/CustomerIndex.css"/>
|
||||||
</asp:Content>
|
</asp:Content>
|
||||||
|
|
||||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
||||||
|
|||||||
@@ -1,23 +1,34 @@
|
|||||||
.btn btn-primary {
|
body {
|
||||||
|
font-family: 'Poppins', sans-serif;
|
||||||
|
background: #fafafa;
|
||||||
|
background-image: url(../images/road.jpg);
|
||||||
|
background-position: center center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-attachment: fixed;
|
||||||
|
background-size: cover;
|
||||||
|
/* background-color:#043381;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn btn-primary {
|
||||||
color: #043381;
|
color: #043381;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tableSearch {
|
#tableSearch {
|
||||||
|
width: 1250px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.align-self-xl-start {
|
||||||
|
width: 102%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#normaltable {
|
||||||
width: 1500px;
|
width: 1500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#conovertab {
|
#conovertab {
|
||||||
margin-left: 10px;
|
margin-left: 0px;
|
||||||
width: 1200px;
|
width: 1700px;
|
||||||
}
|
|
||||||
|
|
||||||
.align-self-xl-start {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#normaltable {
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 558.98px) {
|
@media (max-width: 558.98px) {
|
||||||
@@ -39,4 +50,39 @@
|
|||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
width: 350px;
|
width: 350px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
#tableSearch {
|
||||||
|
width: 315px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: 'Poppins', sans-serif;
|
||||||
|
background: #fafafa;
|
||||||
|
background-position: center center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-attachment: fixed;
|
||||||
|
background-size: cover;
|
||||||
|
/* background-color:#043381;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
#tableSearch {
|
||||||
|
width: 1500px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#conovertab {
|
||||||
|
margin-left: 10px;
|
||||||
|
width: 1200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.align-self-xl-start {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#normaltable {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -20,8 +20,6 @@
|
|||||||
<link href="bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/>
|
<link href="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"/>
|
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<%@ import Namespace="MySql.Data.MySqlClient" %>
|
<%@ import Namespace="MySql.Data.MySqlClient" %>
|
||||||
<script runat="server">
|
<script runat="server">
|
||||||
Sub Page_Load() Handles Me.Load
|
Sub Page_Load() Handles Me.Load
|
||||||
|
|||||||
Reference in New Issue
Block a user