forked from 0x2620/oxjs
making dialog resizable
This commit is contained in:
parent
41b5fb5408
commit
40f8576c3a
2 changed files with 99 additions and 35 deletions
|
|
@ -100,7 +100,7 @@ Dialog
|
|||
right: 0;
|
||||
bottom: 0;
|
||||
height: 24px;
|
||||
text-align: right;
|
||||
//text-align: right;
|
||||
-moz-border-radius-bottomleft: 8px;
|
||||
-moz-border-radius-bottomright: 8px;
|
||||
-webkit-border-bottom-left-radius: 8px;
|
||||
|
|
@ -110,8 +110,17 @@ Dialog
|
|||
.OxDialog > .OxButtonsBar > .OxButton {
|
||||
margin: 4px 2px 0 2px;
|
||||
}
|
||||
.OxDialog > .OxButtonsBar > .OxButton:last-child {
|
||||
margin-right: 4px;
|
||||
.OxDialog > .OxButtonsBar > .OxButton.OxLeft {
|
||||
float: left;
|
||||
}
|
||||
.OxDialog > .OxButtonsBar > .OxButton.OxRight {
|
||||
float: right;
|
||||
}
|
||||
.OxDialog > .OxButtonsBar > .OxResize {
|
||||
float: right;
|
||||
height: 24px;
|
||||
width: 14px;
|
||||
cursor: se-resize;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue