1
0
Fork 0
forked from 0x2620/oxjs

making dialog stay centered

This commit is contained in:
Rolux 2010-02-21 11:04:17 +05:30
commit 29c91de2fa
2 changed files with 13 additions and 2 deletions

View file

@ -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;
}