Container angepasst aber alees anpassen was drin ist

This commit is contained in:
ja
2021-08-20 16:58:06 +02:00
parent d384886aff
commit 68c35a0073
5 changed files with 13 additions and 56 deletions

View File

@@ -112,6 +112,9 @@
#contentcontainer{
width:2048px;
}
ContentPlaceHolder1{
width:1725px;
}
@media (max-width: 575px){
table {
border-collapse: collapse;
@@ -230,7 +233,7 @@
<body>
<div class="containerall">
<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="bodycontent" style=" width:1625px;">
<!-- <div id="nav-main">
@@ -295,7 +298,7 @@
'Response.Write(DB2.qry_contentNew(menuID, lan)) %>
<!-- </div> -->
<div class="container">
<!-- Navigation Bar-->
<nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color:#fff">
<a class="navbar-brand" href="../newpageJulius_Sidebar.aspx"><img src="../images/Logo_small.png" style:"width:120px" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a>
@@ -349,10 +352,10 @@
</div>
<!-- Webiste-Content-->
<div id="contentcontainer">
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server" >
<div id="contentcontainer" style=" width:1725px;">
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>