1
0
Fork 0
forked from 0x2620/oxjs

dialog, continued

This commit is contained in:
Rolux 2010-02-21 12:02:48 +05:30
commit c5bc1390bf
2 changed files with 7 additions and 9 deletions

View file

@ -61,11 +61,11 @@ Dialog
.OxDialog {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
//left: 0;
//top: 0;
//right: 0;
//bottom: 0;
//margin: auto;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}