making dialog stay centered
This commit is contained in:
parent
40f8576c3a
commit
29c91de2fa
2 changed files with 13 additions and 2 deletions
|
|
@ -61,6 +61,11 @@ Dialog
|
|||
|
||||
.OxDialog {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: -48px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
margin: auto;
|
||||
-moz-border-radius: 8px;
|
||||
-webkit-border-radius: 8px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue