1
0
Fork 0
forked from 0x2620/oxjs

making dialog re-center on doubleclick on title bar

This commit is contained in:
Rolux 2010-02-21 11:53:37 +05:30
commit bfcf9a7857
3 changed files with 22 additions and 4 deletions

View file

@ -118,6 +118,9 @@ Dialog
.OxDialog > .OxButtonsBar > .OxButton.OxLeft {
float: left;
}
.OxDialog > .OxButtonsBar > .OxButton.OxLeft:first-child {
margin-left: 16px;
}
.OxDialog > .OxButtonsBar > .OxButton.OxRight {
float: right;
}