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

@@ -8,9 +8,7 @@
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;">
@@ -74,7 +72,7 @@
<div></div></div></div>
<div></div></div><
<%-- <div class="footer_menu">
<div class="footer_menu_content">
<table>

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>

View File

@@ -16,51 +16,7 @@
<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
'Login-Validierung
If Not Me.Page.User.Identity.IsAuthenticated Then
FormsAuthentication.RedirectToLoginPage()
End If
' MsgBox ("test")
'Dim con As New MySqlConnection
'Dim cmd As New MySqlCommand
' Dim reader As MySqlDataReader
' con.ConnectionString = "Server=localhost;Database=verag_homepage;Uid=sec_user;Pwd=eKcGZr59zAa2BEWU;"
' cmd.Connection = con
'cmd.CommandText = "select * from map"
'Try
'con.Open()
'MsgBox("conn")
'reader = cmd.ExecuteReader
'grid.DataSource = reader
'reader.Read()
'MsgBox(reader("title"))
'DataBind()
'reader.Close()
'Catch ex As Exception
' MsgBox("err")
' End Try
' con.Close()
'If Ver.LIST.Contains(Environment.UserName) == True Then '
' Response.Redirect("~{login/login.aspx")'
'End If '
End Sub
' Public ReadOnly Property CurrentCity() As String
' Get
' Return "asd"
' End Get
' End Property,
</script>
<style>
/* ---------------------------------------------------
CONTENT STYLE
@@ -130,7 +86,7 @@
<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 class="align-self-xl-start" style="/*margin-top:5px;*/margin-left:25px; margin-top:0.6510416666666667vw; margin-right:25px; place-content:center;">
<div id="containerseiterand">
<div style="height:/*90px*/9.68783638320775vh;"></div>

View File

@@ -12,8 +12,8 @@
<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 class="align-self-xl-start" style="/*margin-top:5px;*/margin-left:30px; margin-top:0.6510416666666667vw; margin-right:30px; place-content:center; width:1725px;">
<div id="containerseiterand" style="width:1625px">
<div style="height:/*90px*/9.68783638320775vh;"></div>
<div>

View File

@@ -301,7 +301,7 @@
<a href="DownloadsJulius.aspx?menuID=41&lan=<%=laenderkuerzel %>" rel="nofollow" target="_blank" data-toggle="tooltip" data-placement="right" title="Alle Downloads auf einen Blick..">Downloads</a>
</li>
<li>
<a href="Customers/Kundenseite.aspx?&lan=<%=laenderkuerzel %>" rel="nofollow" target="_blank" data-toggle="tooltip" data-placement="right" title="Lässt das Kundenportal erscheinen.">Kundenbereich</a>
<a href="Customers/Welcome.aspx?&lan=<%=laenderkuerzel %>" rel="nofollow" target="_blank" data-toggle="tooltip" data-placement="right" title="Lässt das Kundenportal erscheinen.">Kundenbereich</a>
</li>
<li>
<a href="login/login_TEST.aspx?menuID=46&lan=<%=laenderkuerzel %>" data-toggle="tooltip" data-placement="right" title="Hier tauchen Sie in die Welt von VERAG ein.">Login</a>