1
0
Fork 0
forked from 0x2620/oxjs

adding open and preview events to list

This commit is contained in:
rolux 2010-07-20 22:04:13 +02:00
commit dccf07a655
4 changed files with 113 additions and 49 deletions

View file

@ -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
--------------------------------------------------------------------------------
*/