Code design Änderungen sowie Design-Anpassungen aöller Seiten auf Mobilgeräten
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user