forked from 0x2620/oxjs
update CSS
This commit is contained in:
parent
e063626bdc
commit
ee93ed673e
4 changed files with 36 additions and 125 deletions
|
|
@ -222,87 +222,12 @@ Dialog
|
|||
*/
|
||||
|
||||
.OxDialog {
|
||||
position: absolute;
|
||||
//left: 0;
|
||||
//top: 0;
|
||||
//right: 0;
|
||||
//bottom: 0;
|
||||
//margin: auto;
|
||||
z-index: 11;
|
||||
-moz-border-radius: 8px;
|
||||
-webkit-border-radius: 8px;
|
||||
}
|
||||
|
||||
.OxDialog > .OxTitleBar {
|
||||
//left: 0px;
|
||||
//right: 0px;
|
||||
//height: 16px;
|
||||
//padding: 3px 8px 5px 8px;
|
||||
//padding: 3px 0 5px 0;
|
||||
cursor: move;
|
||||
-moz-border-radius-topleft: 8px;
|
||||
-moz-border-radius-topright: 8px;
|
||||
-webkit-border-top-left-radius: 8px;
|
||||
-webkit-border-top-right-radius: 8px;
|
||||
}
|
||||
|
||||
.OxDialog > .OxTitleBar > .OxTitle {
|
||||
margin: 4px 8px 0 8px;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.OxDialog > .OxContent {
|
||||
position: relative;
|
||||
top: 0;
|
||||
bottom: 24px;
|
||||
height: 100%;
|
||||
//padding: 16px;
|
||||
//font-size: 12px;
|
||||
//line-height: 16px;
|
||||
}
|
||||
|
||||
.OxDialog > .OxButtonsBar {
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
height: 24px;
|
||||
//text-align: right;
|
||||
-moz-border-radius-bottomleft: 8px;
|
||||
-moz-border-radius-bottomright: 8px;
|
||||
-webkit-border-bottom-left-radius: 8px;
|
||||
-webkit-border-bottom-right-radius: 8px;
|
||||
}
|
||||
|
||||
.OxDialog > .OxButtonsBar > .OxButton {
|
||||
margin: 4px 2px 0 2px;
|
||||
}
|
||||
.OxDialog > .OxButtonsBar > .OxButton.OxLeft {
|
||||
float: left;
|
||||
}
|
||||
.OxDialog > .OxButtonsBar > .OxButton.OxLeft:first-child {
|
||||
margin-left: 16px;
|
||||
}
|
||||
.OxDialog > .OxButtonsBar > .OxButton.OxRight {
|
||||
float: right;
|
||||
}
|
||||
.OxDialog > .OxButtonsBar > .OxResize {
|
||||
float: right;
|
||||
height: 24px;
|
||||
width: 14px;
|
||||
cursor: se-resize;
|
||||
}
|
||||
|
||||
.OxWindow {
|
||||
position: absolute;
|
||||
border-radius: 8px;
|
||||
z-index: 11;
|
||||
}
|
||||
|
||||
.OxWindow > .OxTitlebar {
|
||||
.OxDialog > .OxTitlebar {
|
||||
position: absolute;
|
||||
height: 24px;
|
||||
text-align: center;
|
||||
|
|
@ -310,11 +235,11 @@ Dialog
|
|||
border-top-right-radius: 8px;
|
||||
}
|
||||
|
||||
.OxWindow > .OxTitlebar > .OxButton {
|
||||
.OxDialog > .OxTitlebar > .OxButton {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.OxWindow > .OxTitlebar > .OxTitle {
|
||||
.OxDialog > .OxTitlebar > .OxTitle {
|
||||
margin-top: 3px;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
|
|
@ -323,7 +248,7 @@ Dialog
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.OxWindow > .OxContent {
|
||||
.OxDialog > .OxContent {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 24px;
|
||||
|
|
@ -331,7 +256,7 @@ Dialog
|
|||
overflow: auto;
|
||||
}
|
||||
|
||||
.OxWindow > .OxButtonsbar {
|
||||
.OxDialog > .OxButtonsbar {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
height: 24px;
|
||||
|
|
@ -339,71 +264,71 @@ Dialog
|
|||
border-bottom-right-radius: 8px;
|
||||
cursor: move;
|
||||
}
|
||||
.OxWindow > .OxButtonsbar > .OxButtonsLeft {
|
||||
.OxDialog > .OxButtonsbar > .OxButtonsLeft {
|
||||
margin-left: 4px;
|
||||
float: left;
|
||||
}
|
||||
.OxWindow > .OxButtonsbar > .OxButtonsRight {
|
||||
.OxDialog > .OxButtonsbar > .OxButtonsRight {
|
||||
margin-right: 4px;
|
||||
float: right;
|
||||
}
|
||||
.OxWindow > .OxButtonsbar .OxButton {
|
||||
.OxDialog > .OxButtonsbar .OxButton {
|
||||
margin: 4px 2px 4px 2px;
|
||||
}
|
||||
|
||||
.OxWindow > .OxResize {
|
||||
.OxDialog > .OxResize {
|
||||
position: absolute;
|
||||
}
|
||||
.OxWindow > .OxResizeTopLeft {
|
||||
.OxDialog > .OxResizeTopLeft {
|
||||
left: -2px;
|
||||
top: -2px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
cursor: nwse-resize;
|
||||
}
|
||||
.OxWindow > .OxResizeTop {
|
||||
.OxDialog > .OxResizeTop {
|
||||
left: 8px;
|
||||
top: -2px;
|
||||
right: 8px;
|
||||
height: 5px;
|
||||
cursor: ns-resize;
|
||||
}
|
||||
.OxWindow > .OxResizeTopRight {
|
||||
.OxDialog > .OxResizeTopRight {
|
||||
right: -2px;
|
||||
top: -2px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
cursor: nesw-resize;
|
||||
}
|
||||
.OxWindow > .OxResizeLeft {
|
||||
.OxDialog > .OxResizeLeft {
|
||||
left: -2px;
|
||||
top: 8px;
|
||||
width: 5px;
|
||||
bottom: 8px;
|
||||
cursor: ew-resize;
|
||||
}
|
||||
.OxWindow > .OxResizeRight {
|
||||
.OxDialog > .OxResizeRight {
|
||||
right: -2px;
|
||||
top: 8px;
|
||||
width: 5px;
|
||||
bottom: 8px;
|
||||
cursor: ew-resize;
|
||||
}
|
||||
.OxWindow > .OxResizeBottomLeft {
|
||||
.OxDialog > .OxResizeBottomLeft {
|
||||
left: -2px;
|
||||
bottom: -2px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
cursor: nesw-resize;
|
||||
}
|
||||
.OxWindow > .OxResizeBottom {
|
||||
.OxDialog > .OxResizeBottom {
|
||||
left: 8px;
|
||||
bottom: -2px;
|
||||
right: 8px;
|
||||
height: 5px;
|
||||
cursor: ns-resize;
|
||||
}
|
||||
.OxWindow > .OxResizeBottomRight {
|
||||
.OxDialog > .OxResizeBottomRight {
|
||||
right: -2px;
|
||||
bottom: -2px;
|
||||
width: 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue