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" >
|
||||
|
||||
@@ -13,7 +13,27 @@
|
||||
font-size: 0;
|
||||
visibility: hidden;
|
||||
color: #043381;
|
||||
}
|
||||
}
|
||||
@media (max-width: 558.98px) {
|
||||
body {
|
||||
max-width: 390px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #043381;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #043381;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
#tableSearch {
|
||||
width: 53%;
|
||||
border: 1px solid grey;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<!-- Bootstrap CSS -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/>
|
||||
|
||||
@@ -22,7 +22,28 @@
|
||||
<!-- <link rel="stylesheet" type="text/css" href="../css/style.css"/>-->
|
||||
<link rel="stylesheet" type="text/css" href="../css/Customers/MasterpageCustomers.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../css/Customers/LKWs.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
|
||||
<style>
|
||||
@media (max-width: 558.98px) {
|
||||
body {
|
||||
max-width: 390px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #043381;
|
||||
font-size: 22px;
|
||||
}
|
||||
h2 {
|
||||
color: #043381;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
#tableSearch {
|
||||
width: 53%;
|
||||
border: 1px solid grey;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</asp:Content>
|
||||
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
||||
|
||||
@@ -24,7 +24,23 @@
|
||||
<link rel="stylesheet" type="text/css" href="../css/Customers/MasterpageCustomers.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../css/Customers/Welcome.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
|
||||
|
||||
<style>
|
||||
@media (max-width: 558.98px) {
|
||||
body {
|
||||
max-width: 390px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #043381;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #043381;
|
||||
font-size: 28px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
||||
<asp:ScriptManager ID="script6" runat="server"></asp:ScriptManager>
|
||||
|
||||
@@ -17,6 +17,18 @@
|
||||
visibility: hidden;
|
||||
color: #043381;
|
||||
}
|
||||
@media (max-width: 558.98px) {
|
||||
body {
|
||||
max-width: 390px;
|
||||
}
|
||||
h1 {
|
||||
color: #043381;
|
||||
font-size: 22px;
|
||||
}
|
||||
h2 {
|
||||
color: #043381;
|
||||
font-size: 28px;
|
||||
}
|
||||
</style>
|
||||
<!-- Bootstrap CSS -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/>
|
||||
|
||||
Reference in New Issue
Block a user