Css Änderungen

This commit is contained in:
ja
2021-11-24 11:41:08 +01:00
parent 6641ae6252
commit e3a42fef20
4 changed files with 14 additions and 17 deletions

View File

@@ -162,13 +162,8 @@
.modal-dialog {
width: 800px;
margin-right:50px;
}
#contfluid {
width: 800px;
}
.modal-content {
}
.modal-content {
width: 800px;
display: block;
overflow-x: no-content;
@@ -185,7 +180,10 @@
}
.modal-footer {
width: 800px;
}
}
#contfluid {
width: 800px;
}
}
@media (max-width: 328.98px) {
wrapper{

View File

@@ -29,13 +29,13 @@
@media (max-width: 558.98px) {
body {
position: absolute;
width: 410px;
width: 400px;
}
#normaltable{
overflow-x:auto;width:410px;
overflow-x:auto;width:380px;margin-left:-5px;
}
.g-3{
overflow-x:auto;width:410px;margin-left:-4px;
overflow-x:auto;width:410px;margin-left:-7px;
}
}
</style>

View File

@@ -65,13 +65,13 @@ ContentPlaceHolder1_Send_Data {
}
.g-3 {
border: /*1.8px*/ 0.0706436420722135vw #808080 ridge;
margin-left: 12px
margin-left: -4px
}
#normaltable {
width: 100%;
}
#cont124{
width:600px;
width:700px;
}
#maincont {
width:100%;

View File

@@ -118,7 +118,7 @@ ContentPlaceHolder1 {
background-attachment: fixed;
background-size: cover;
background-color: #fff;
width: 390px;
width: 400px;
}
table {
border-collapse: collapse;
@@ -151,8 +151,7 @@ ContentPlaceHolder1 {
}
.modal-content {
width: 300px;
display: block;
display: block;
overflow-x: no-content;
}
.modal-header {
@@ -497,6 +496,6 @@ ContentPlaceHolder1 {
width: 400px;
}
#contfluid {
width: 600px;
width: 700px;
}
}