Code design Änderungen sowie Design-Anpassungen aöller Seiten auf Mobilgeräten

This commit is contained in:
ja
2021-11-16 16:08:14 +01:00
parent 5d95e67ec5
commit 82fcd1cc85
14 changed files with 156 additions and 34 deletions

View File

@@ -74,13 +74,15 @@ ContentPlaceHolder1_Send_Data {
}
@media (max-width: 558.98px) {
body{
width:390px;
max-width:390px;
}
tbody {
font-size: 3.303964757709251vw;
height: auto;
flex-wrap: wrap;
width: fit-content;
width: 390px;
max-width: 390px;
}
#normaltable {
width: 10%;
@@ -102,7 +104,8 @@ ContentPlaceHolder1_Send_Data {
#containerseiterand {
margin-left: 5px;
margin-right: 5px;
width: 350px;
width: 390px;
max-width: 390px;
}
.flex-fill {

View File

@@ -21,10 +21,16 @@
overflow-x: auto;
}
body {
width: 400px;
width: 390px;
}
h1 {
font-size: 12px;
color: #043381;
font-size: 22px;
}
h2 {
color: #043381;
font-size: 30px;
}
#tableSearch {

View File

@@ -6,7 +6,7 @@
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
/* background-color:#043381;*/
}
#pagecontent {
@@ -86,7 +86,7 @@ ContentPlaceHolder1 {
background-attachment: fixed;
background-size: cover;
background-color: #fff;
width: 400px;
width: 390px;
}
table {
border-collapse: collapse;