making dialog re-center on doubleclick on title bar
This commit is contained in:
parent
6eebf82e33
commit
bfcf9a7857
3 changed files with 22 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue