Änderungen CSS

This commit is contained in:
ja
2021-08-20 16:08:00 +02:00
parent 9085b76e4f
commit d384886aff
4 changed files with 23 additions and 16 deletions

View File

@@ -8,9 +8,13 @@
background-color: #fff;
}
</style>
<link rel="stylesheet" type="text/css" href="../css/Welcome.css"/>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<!-- Webiste-Content-->
<div class="align-self-xl-start" style="/*margin-top:5px;*/margin-left:30px; margin-top:0.6510416666666667vw; margin-right:30px; place-content:center;">
<div id="containerseiterand">
<div style="height:/*90px*/9.68783638320775vh;"></div>
<h1>Kundencenter</h1>
<div id="line"></div>
@@ -43,7 +47,7 @@
<input class="form-control mb-4" id="tableSearch" type="text"
placeholder="Einen Begriff eingeben oder den Anfang davon ...">
<table class="table table-hover" id="normaltable" border="0" cellspacing="0" contenteditable="false">
<thead style="height:/*20px;*/ 1.56128024980484vh; /*background-color:#043381;*/ background-image: linear-gradient(to right, #003680 , #0055cc); color:#fff; font-weight:900">
<tr><th>Auswahl</th><th>LKW-Nr.</th><th>Kennzeichen</th><th>Standort</th><th>Frächter</th><th>Fracht</th><th>Info</th></tr>
@@ -59,7 +63,7 @@
<tr><td><asp:CheckBox ID="CheckBox8" runat="server" /></td><td>8</td><td>EH2 VK 444</td><td>Bad Reichenhall</td><td>TESTFRÄCHTER</td><td>2 Pck Salz</td></tr>
</tbody>
</table>
<br /><br /><br />
<% End If
End If
@@ -70,7 +74,7 @@
<div></div></div>
<div></div></div></div>
<%-- <div class="footer_menu">
<div class="footer_menu_content">
<table>

View File

@@ -229,8 +229,8 @@
</head>
<body>
<div class="containerall">
<form id="leftLinks" runat="server">
<div id="bodycontent" style=" width:1725px;">
<form id="leftLinks" runat="server" style="min-height:100%;height:auto !important;height:100%;">
<div id="bodycontent" style=" width:1725px; min-height:100%;height:auto !important;height:100%;">
<!-- <div id="nav-main">

View File

@@ -125,10 +125,13 @@
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" />
<link rel="stylesheet" type="text/css" href="../css/Welcome.css"/>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div class="align-self-xl-start" style="/*margin-top:5px;*/margin-left:30px; margin-top:0.6510416666666667vw; margin-right:30px; place-content:center;">
<div id="containerseiterand">
<div style="height:/*90px*/9.68783638320775vh;"></div>
@@ -168,10 +171,9 @@
<tr><td>542110</td><td>29.02.2021</td><td>14334234</td><td>SUBEN</td><td>509,21€</td><td>18.08.2021</td><td>SUBEN</td><td>512</td><td><center><button type="button" class="btn btn-primary" data-toggle="tooltip" data-placement="top" title="Hier klicken zum Downlaod der Rechnungen."><img src="../images/pdficon.gif" width="15" height="15"/></button></center></td></tr>
</tbody>
</table></div>
</span> </div>
</form>
</div>
</div></div>
<!-- jQuery CDN - Slim version (=without AJAX) -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<!-- Popper.JS -->

View File

@@ -1,7 +1,7 @@
<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Welcome.aspx.vb" Inherits="Customers_Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<link rel="stylesheet" type="text/css" href="../css/Welcome.css"/>
<style>
.container{
background-color:#fff;
@@ -9,13 +9,14 @@
}
</style>
<link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" />
}
<link rel="stylesheet" type="text/css" href="../css/Welcome.css"/>}
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div class="align-self-xl-start" style="/*margin-top:5px;*/margin-left:30px; margin-top:0.6510416666666667vw; margin-right:30px; place-content:center;">
<div id="containerseiterand">
<div style="height:/*90px*/9.68783638320775vh;"></div>
<div>
<div id="containerseiterand">
<h1>Hauptseite Kunden:</h1>
<asp:Label ID="Label3" runat="server" Text="Kundennr.: 045112"></asp:Label>
<asp:Label ID="Label2" runat="server" Text="Bereich: "></asp:Label>
@@ -70,9 +71,9 @@
</div>
</div>
</div>
<div style="height:/*140px*/15.069967707212056vh;"></div>
</div></div>
</asp:Content>