Containerisierung der Inhalte und Erstellen neuer napassungen der Containerverschachtelungen

This commit is contained in:
ja
2021-08-25 16:15:34 +02:00
parent 7d8c380329
commit 0f67ed1fb3
4 changed files with 37 additions and 27 deletions

View File

@@ -37,14 +37,15 @@
h1{ h1{
font-size:12px; font-size:12px;
} }
#tableSearch{
max-width:350px;
}
#containerseiterand{ #containerseiterand{
margin-left:5px; margin-left:5px;
margin-right:5px; margin-right:5px;
width:350px; width:350px;
} }
#tableSearch{
max-width:166px;
}
} }
</style> </style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>

View File

@@ -139,6 +139,13 @@
background-attachment:fixed; background-attachment:fixed;
background-size:cover; background-size:cover;
/* background-color:#043381;*/ /* background-color:#043381;*/
}
#pagecontent{
font-size: 1.12em;
/* font-size: 2.3333333333333335vw;*/
display: flex;
align-items: center;
justify-content: center
} }
#myTable tr:hover{ #myTable tr:hover{
color:white; color:white;
@@ -250,6 +257,9 @@
#form1{ #form1{
align-content:center align-content:center
} }
.align-self-center{
background-color:#fff;
}
</style> </style>
</asp:ContentPlaceHolder> </asp:ContentPlaceHolder>
<asp:ContentPlaceHolder id="head" runat="server"> <asp:ContentPlaceHolder id="head" runat="server">
@@ -257,7 +267,8 @@
</asp:ContentPlaceHolder> </asp:ContentPlaceHolder>
</head> </head>
<body> <body>
<div id="bodycontent" style=" width:2400px">
<!-- <div id="nav-main"> <!-- <div id="nav-main">
@@ -402,8 +413,12 @@
</li> </li>
</ul> </ul>
</div></nav> </div></nav>
<div class="container-xxl" style="align-content:center">
<!-- Page Content -->
<div id="content"> <div id="content">
<div class="d-md-none"> <div class="d-md-none">
<nav class="navbar navbar-expand-lg navbar-light bg-light justify-content-md-center flex-nowrap"> <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;"> <button type="button" id="sidebarCollapse" class="btn btn-info" style="background-color:#fff; color:#043381;">
<div class="align-self: center"></div> <div class="align-self: center"></div>
@@ -499,7 +514,7 @@
<a class="dropdown-item" href="#">Separated link</a> <a class="dropdown-item" href="#">Separated link</a>
</div>--> </div>-->
</div> </div>
</div> </div></div>
<div style="padding-right:240px;"> <div style="padding-right:240px;">
<ul class="nav nav-pills"> <ul class="nav nav-pills">
<li class="nav-item dropdown"> <li class="nav-item dropdown">
@@ -509,25 +524,20 @@
<li><a class="dropdown-item" href="Login_Edit_User.aspx">Profil bearbeiten</a> <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> <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> <li><a class="dropdown-item" id="btnsubmenu" href="GroupPolicies.aspx">Gruppenrichtlinien festlegen</a></li>
</ul></ul>
</div> <div style="margin-left:5px;margin-right:5px">
</ul> <div style="height:95px;"></div>
<form id="leftLinks" runat="server" style="float:initial">
</li> </ul></div>
</nav>
</div>
<form id="form1" runat="server">
<div>
<div style="height:95px"></div>
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server"> <asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder> </asp:ContentPlaceHolder>
</div>
</form> </form>
</div></li></div> </div>
</li>
<script type="text/javascript" src="../js/toptions/top_up-min.js"></script> <script type="text/javascript" src="../js/toptions/top_up-min.js"></script>
<script type="text/javascript" src="../js/scrollscript.js"></script> <script type="text/javascript" src="../js/scrollscript.js"></script>

View File

@@ -60,10 +60,9 @@
</asp:Content> </asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <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> <h1>Hauptseite Kunden:</h1>
<asp:Label ID="Label3" runat="server" Text="Kundennr.: 045112"></asp:Label> <asp:Label ID="Label3" runat="server" Text="Kundennr.: 045112"></asp:Label>
@@ -120,10 +119,10 @@
</div> </div>
</div> </div>
</div>
<div style="height:/*140px*/15.069967707212056vh;"></div> <div style="height:/*140px*/15.069967707212056vh;"></div>
</div>
</asp:Content> </asp:Content>