Änderungen vereinheitlichung Bild und Grenzen Ränder
This commit is contained in:
@@ -74,6 +74,7 @@
|
|||||||
<!-- <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>
|
||||||
|
@media (max-width: 558.98px) {
|
||||||
body {
|
body {
|
||||||
background-image: url(images/road.jpg);
|
background-image: url(images/road.jpg);
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
@@ -81,8 +82,9 @@
|
|||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
width:390px;
|
width: 390px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script src="js/netzwerk.js" type="text/javascript"></script>
|
<script src="js/netzwerk.js" type="text/javascript"></script>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user