Revert "Fix Website Auzfträge und Modal Fenster Nutzerinformationen"

This reverts commit 7e017f2866.
This commit is contained in:
ja
2021-11-25 14:24:03 +01:00
parent 4bef14066f
commit b8dd0970fc
9 changed files with 68 additions and 67 deletions

View File

@@ -352,9 +352,9 @@ ContentPlaceHolder1 {
}
.modal-content {
width: 900px;
width: 600px;
display: block;
overflow-x: hidden;
}
.modal-header {
@@ -364,7 +364,7 @@ ContentPlaceHolder1 {
}
.modal-footer {
width: 900px;
width: 600px;
}
#exampleModalLabel {
font-size: 12px;
@@ -451,7 +451,7 @@ ContentPlaceHolder1 {
}
.modal-content {
width: 900px;
display: block;
}
.modal-dialog{
width:900px;

View File

@@ -2898,7 +2898,7 @@ a[data-toggle="collapse"] {
left: 0;
z-index: 1060;
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;

View File

@@ -2922,13 +2922,13 @@ a[data-toggle="collapse"] {
word-wrap: break-word
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1060;
display: none;
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
@@ -2937,7 +2937,7 @@ a[data-toggle="collapse"] {
.modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none
}
@@ -2982,15 +2982,15 @@ a[data-toggle="collapse"] {
.modal-content {
position: relative;
display: -moz-box;
display: flex;
flex-direction: column;
width: 900pwx;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0;
outline: 0
}
.modal-backdrop {
@@ -3056,7 +3056,7 @@ a[data-toggle="collapse"] {
@media (min-width:576px) {
.modal-dialog {
width: 500px;
width: 1200px;
margin: 1.75rem auto
}
@@ -3245,7 +3245,6 @@ a[data-toggle="collapse"] {
}
}
.tooltip {
position: absolute;
z-index: 1080;