Containerisierung der Inhalte und Erstellen neuer napassungen der Containerverschachtelungen
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
||||
|
||||
|
||||
<h1> Karten / Boxen:</h1>
|
||||
</asp:Content>
|
||||
|
||||
|
||||
@@ -37,14 +37,15 @@
|
||||
h1{
|
||||
font-size:12px;
|
||||
}
|
||||
#tableSearch{
|
||||
max-width:350px;
|
||||
}
|
||||
|
||||
#containerseiterand{
|
||||
margin-left:5px;
|
||||
margin-right:5px;
|
||||
width:350px;
|
||||
}
|
||||
#tableSearch{
|
||||
max-width:166px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>
|
||||
|
||||
@@ -140,6 +140,13 @@
|
||||
background-size:cover;
|
||||
/* background-color:#043381;*/
|
||||
}
|
||||
#pagecontent{
|
||||
font-size: 1.12em;
|
||||
/* font-size: 2.3333333333333335vw;*/
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center
|
||||
}
|
||||
#myTable tr:hover{
|
||||
color:white;
|
||||
background-color:#043381;
|
||||
@@ -250,6 +257,9 @@
|
||||
#form1{
|
||||
align-content:center
|
||||
}
|
||||
.align-self-center{
|
||||
background-color:#fff;
|
||||
}
|
||||
</style>
|
||||
</asp:ContentPlaceHolder>
|
||||
<asp:ContentPlaceHolder id="head" runat="server">
|
||||
@@ -257,7 +267,8 @@
|
||||
</asp:ContentPlaceHolder>
|
||||
</head>
|
||||
<body>
|
||||
<div id="bodycontent" style=" width:2400px">
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- <div id="nav-main">
|
||||
@@ -402,8 +413,12 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div></nav>
|
||||
<div id="content">
|
||||
<div class="container-xxl" style="align-content:center">
|
||||
<!-- Page Content -->
|
||||
<div id="content">
|
||||
|
||||
<div class="d-md-none">
|
||||
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light justify-content-md-center flex-nowrap">
|
||||
<button type="button" id="sidebarCollapse" class="btn btn-info" style="background-color:#fff; color:#043381;">
|
||||
<div class="align-self: center"></div>
|
||||
@@ -499,7 +514,7 @@
|
||||
<a class="dropdown-item" href="#">Separated link</a>
|
||||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
</div></div>
|
||||
<div style="padding-right:240px;">
|
||||
<ul class="nav nav-pills">
|
||||
<li class="nav-item dropdown">
|
||||
@@ -509,25 +524,20 @@
|
||||
<li><a class="dropdown-item" href="Login_Edit_User.aspx">Profil bearbeiten</a>
|
||||
|
||||
<img src="../images/samples/default-avatar.jpg" style="width:60px;height:60px;" alt="Avatar Picture sample" data-toggle="tooltip" data-placement="top" title="Upload Photo."></li>
|
||||
<div class="dropdown-divider" />
|
||||
<div class="dropdown-divider"></div>
|
||||
<li><a class="dropdown-item" id="btnsubmenu" href="GroupPolicies.aspx">Gruppenrichtlinien festlegen</a></li>
|
||||
|
||||
</div>
|
||||
</ul>
|
||||
|
||||
</li> </ul></div>
|
||||
</nav>
|
||||
</div>
|
||||
</ul></ul>
|
||||
|
||||
<form id="form1" runat="server">
|
||||
<div>
|
||||
<div style="height:95px"></div>
|
||||
<div style="margin-left:5px;margin-right:5px">
|
||||
<div style="height:95px;"></div>
|
||||
<form id="leftLinks" runat="server" style="float:initial">
|
||||
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
|
||||
|
||||
</asp:ContentPlaceHolder>
|
||||
</div>
|
||||
</form>
|
||||
</div></li></div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<script type="text/javascript" src="../js/toptions/top_up-min.js"></script>
|
||||
<script type="text/javascript" src="../js/scrollscript.js"></script>
|
||||
|
||||
@@ -60,10 +60,9 @@
|
||||
|
||||
</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; width:1700px;">
|
||||
<div id="containerseiterand" style="width:1625px">
|
||||
|
||||
<div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h1>Hauptseite Kunden:</h1>
|
||||
<asp:Label ID="Label3" runat="server" Text="Kundennr.: 045112"></asp:Label>
|
||||
@@ -120,10 +119,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div style="height:/*140px*/15.069967707212056vh;"></div>
|
||||
</div>
|
||||
|
||||
|
||||
</asp:Content>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user