CSs angepasst tabelle passt

This commit is contained in:
ja
2021-08-27 11:24:37 +02:00
parent 1fb45bd6c4
commit 443bb066c7
3 changed files with 79 additions and 25 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"/>
@@ -10,23 +10,33 @@
<!-- 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" />
<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"/>
<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>
<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"/>
<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 ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

View File

@@ -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;
background-color: #fff;
}
#tableSearch {
width: 1250px;
}
.align-self-xl-start {
width: 102%;
}
#normaltable {
width: 1500px;
}
#conovertab {
margin-left: 10px;
width: 1200px;
}
.align-self-xl-start {
width: 100%;
}
#normaltable {
width: 100%;
margin-left: 0px;
width: 1700px;
}
@media (max-width: 558.98px) {
@@ -39,4 +50,39 @@
margin-right: 5px;
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%;
}

View File

@@ -20,8 +20,6 @@
<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"/>
<%@ import Namespace="MySql.Data.MySqlClient" %>
<script runat="server">
Sub Page_Load() Handles Me.Load