Änderungen vereinheitlichung Bild und Grenzen Ränder

This commit is contained in:
ja
2021-11-16 16:47:33 +01:00
parent f9107e9aba
commit 69896076dd
3 changed files with 15 additions and 13 deletions

View File

@@ -74,15 +74,17 @@
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> --> <!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
<link rel="stylesheet" type="text/css" href="css/Dropdown.css" /> <link rel="stylesheet" type="text/css" href="css/Dropdown.css" />
<style> <style>
body { @media (max-width: 558.98px) {
background-image: url(images/road.jpg); body {
background-position: center center; background-image: url(images/road.jpg);
background-repeat: no-repeat; background-position: center center;
background-attachment: fixed; background-repeat: no-repeat;
background-size: cover; background-attachment: fixed;
background-color: #fff; background-size: cover;
width:390px; background-color: #fff;
} width: 390px;
}
}
</style> </style>
<script src="js/netzwerk.js" type="text/javascript"></script> <script src="js/netzwerk.js" type="text/javascript"></script>

View File

@@ -88,7 +88,7 @@
con.Close() con.Close()
End Using End Using
%> %>
<h3>Hier findest Du alle deine Daten zusammengefasst auf einer Seite.</h3> <h3>Hier findest Du all deine Daten zusammengefasst auf einer Seite.</h3>
<h5 style="font-size:1.1225em">Kundennr.: <%=CustomerID %></h5> <h5 style="font-size:1.1225em">Kundennr.: <%=CustomerID %></h5>
<asp:Label ID="Label2" runat="server" Text="Bereich: "></asp:Label> <asp:Label ID="Label2" runat="server" Text="Bereich: "></asp:Label>
<asp:Label ID="Label1" runat="server" Text="Mitarbeiter "></asp:Label> <asp:Label ID="Label1" runat="server" Text="Mitarbeiter "></asp:Label>

View File

@@ -186,7 +186,7 @@ a.article:hover {
MEDIAQUERIES MEDIAQUERIES
----------------------------------------------------- */ ----------------------------------------------------- */
@media (max-width: 768px) { @media (max-width: 558.98px) {
#sidebar { #sidebar {
margin-left: -250px; margin-left: -250px;
} }