Code design Änderungen sowie Design-Anpassungen aöller Seiten auf Mobilgeräten
This commit is contained in:
@@ -122,15 +122,27 @@
|
||||
color:#043381;
|
||||
background-color:#fff;
|
||||
}
|
||||
#btn_Auftraege {
|
||||
|
||||
border:none;
|
||||
}
|
||||
#btn_Auftraege:hover {
|
||||
color: #043381;
|
||||
background-color: #fff;
|
||||
border: 2px solid #043381;
|
||||
}
|
||||
#btn_Auftraege {
|
||||
border:none;
|
||||
}
|
||||
#btn_Auftraege:hover {
|
||||
color: #043381;
|
||||
background-color: #fff;
|
||||
border: 2px solid #043381;
|
||||
}
|
||||
@media (max-width: 558.98px) {
|
||||
body {
|
||||
max-width: 390px;
|
||||
}
|
||||
h1 {
|
||||
color: #043381;
|
||||
font-size: 22px;
|
||||
}
|
||||
h2 {
|
||||
color: #043381;
|
||||
font-size: 28px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../css/Dropdown.css"/>
|
||||
@@ -140,19 +152,17 @@
|
||||
|
||||
<meta http-equiv ="Page-Enter" content ="blendTrans(Duration=0)"/>
|
||||
<meta http-equiv="Page-Exit"content="blendTrans(Duration=0)"/>
|
||||
</asp:ContentPlaceHolder>
|
||||
<asp:ContentPlaceHolder id="head" runat="server">
|
||||
<script>
|
||||
function unloadmessage() {
|
||||
if (typeof contentunloadmessage == "function") {
|
||||
</asp:ContentPlaceHolder>
|
||||
<asp:ContentPlaceHolder id="head" runat="server">
|
||||
<script>
|
||||
function unloadmessage() {
|
||||
if (typeof contentunloadmessage == "function") {
|
||||
|
||||
contentunloadmessage();
|
||||
contentunloadmessage();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
||||
</asp:ContentPlaceHolder>
|
||||
</head>
|
||||
<body data-spy="scroll" data-target=".navbar" data-offset="50" >
|
||||
|
||||
Reference in New Issue
Block a user