forked from 0x2620/oxjs
adding open and preview events to list
This commit is contained in:
parent
32ff49402e
commit
dccf07a655
4 changed files with 113 additions and 49 deletions
|
|
@ -119,8 +119,6 @@ Dialog
|
|||
//padding: 3px 8px 5px 8px;
|
||||
//padding: 3px 0 5px 0;
|
||||
cursor: move;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
-moz-border-radius-topleft: 8px;
|
||||
-moz-border-radius-topright: 8px;
|
||||
-webkit-border-top-left-radius: 8px;
|
||||
|
|
@ -128,10 +126,12 @@ Dialog
|
|||
}
|
||||
|
||||
.OxDialog > .OxTitleBar > .OxTitle {
|
||||
margin: 3px 8px 0 8px;
|
||||
font-size: 13px;
|
||||
margin: 4px 8px 0 8px;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.OxDialog > .OxContent {
|
||||
|
|
@ -359,6 +359,17 @@ OxButtonGroup
|
|||
}
|
||||
/*
|
||||
--------------------------------------------------------------------------------
|
||||
OxFormItem
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.OxFormItem {
|
||||
margin-top: 8px;
|
||||
}
|
||||
.OxFormItem:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
/*
|
||||
--------------------------------------------------------------------------------
|
||||
OxInput
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue