Änderungen vereinheitlichung Bild und Grenzen Ränder
This commit is contained in:
@@ -74,15 +74,17 @@
|
||||
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
|
||||
<link rel="stylesheet" type="text/css" href="css/Dropdown.css" />
|
||||
<style>
|
||||
body {
|
||||
background-image: url(images/road.jpg);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-color: #fff;
|
||||
width:390px;
|
||||
}
|
||||
@media (max-width: 558.98px) {
|
||||
body {
|
||||
background-image: url(images/road.jpg);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-color: #fff;
|
||||
width: 390px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<script src="js/netzwerk.js" type="text/javascript"></script>
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
con.Close()
|
||||
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>
|
||||
<asp:Label ID="Label2" runat="server" Text="Bereich: "></asp:Label>
|
||||
<asp:Label ID="Label1" runat="server" Text="Mitarbeiter "></asp:Label>
|
||||
|
||||
@@ -186,7 +186,7 @@ a.article:hover {
|
||||
MEDIAQUERIES
|
||||
----------------------------------------------------- */
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@media (max-width: 558.98px) {
|
||||
#sidebar {
|
||||
margin-left: -250px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user