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

View File

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

View File

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

View File

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